Bladeren bron

enable localization/modification of "Recent" string (#154)

tags/2.39
Andreas Caravella 6 jaren geleden
bovenliggende
commit
75d661632a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html Bestand weergeven

{{/* 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 }}



Laden…
Annuleren
Opslaan