From 807288680986f4516e9855fd1ddb365a74cf9e73 Mon Sep 17 00:00:00 2001 From: mathew Date: Tue, 21 Nov 2023 14:08:47 -0600 Subject: [PATCH] Add missing "read more" link to summary.html (#658) * Add missing "read more" link to summary.html * Fix layouts/post/summary to add read more link --- layouts/_default/summary.html | 1 + layouts/post/summary.html | 1 + 2 files changed, 2 insertions(+) diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 2bad536..83f095d 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -9,5 +9,6 @@ + {{ $.Param "read_more_copy" | default (i18n "readMore") }} diff --git a/layouts/post/summary.html b/layouts/post/summary.html index 05653f5..24e3581 100644 --- a/layouts/post/summary.html +++ b/layouts/post/summary.html @@ -12,4 +12,5 @@ + {{ $.Param "read_more_copy" | default (i18n "readMore") }}