mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 16:42:45 +00:00
enable localization/modification of "Recent" string (#154)
This commit is contained in:
parent
85d9218877
commit
75d661632a
@ -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 }}
|
||||
<h1 class="flex-none">
|
||||
Recent {{ .Title }}
|
||||
{{$.Param "recent_copy" | default "Recent" }} {{ .Title }}
|
||||
</h1>
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user