+
{{ .Summary }}
{{ $.Param "read_more_copy" | default (i18n "readMore") }}
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index fb77404..637abe6 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -1,7 +1,7 @@
{{ humanize .Section }}
-
+
{{ .Title }}
diff --git a/layouts/index.html b/layouts/index.html
index 2e51d10..bfacfdb 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -15,7 +15,7 @@
{{/* Use $section_name to get the section title. Use "with" to only show it if it exists */}}
{{ with .Site.GetPage "section" $section_name }}
-
+
{{ $.Param "recent_copy" | default (i18n "recentTitle" .) }}
{{ end }}