enable localization/modification of "Recent" string

This commit is contained in:
naile 2019-02-03 22:44:39 +01:00
parent 85d9218877
commit c5fa944824

View File

@ -16,7 +16,7 @@
{{/* Use $section_name to get the section title. Use "with" to only show it if it exists */}} {{/* Use $section_name to get the section title. Use "with" to only show it if it exists */}}
{{ with .Site.GetPage "section" $section_name }} {{ with .Site.GetPage "section" $section_name }}
<h1 class="flex-none"> <h1 class="flex-none">
Recent {{ .Title }} {{$.Param "recent_copy" | default "Recent" }} {{ .Title }}
</h1> </h1>
{{ end }} {{ end }}