diff --git a/layouts/index.html b/layouts/index.html
index bf1aa84..0361bce 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -16,7 +16,7 @@
{{/* Use $section_name to get the section title. Use "with" to only show it if it exists */}}
{{ with .Site.GetPage "section" $section_name }}
- {{ i18n "recentTitle" . }}
+ {{ $.Param "recent_copy" | default (i18n "recentTitle" .) }}
{{ end }}
diff --git a/layouts/partials/summary-with-image.html b/layouts/partials/summary-with-image.html
index 9a9f137..da162e3 100644
--- a/layouts/partials/summary-with-image.html
+++ b/layouts/partials/summary-with-image.html
@@ -20,7 +20,7 @@
{{ .Summary }}
- {{ i18n "readMore" }}
+ {{ $.Param "read_more_copy" | default (i18n "readMore") }}
{{/* TODO: add author
By {{ .Author }}
*/}}