Internationalize "Recent content"

This commit is contained in:
Will Faught
2024-06-04 01:58:03 -07:00
parent 6c4a7164cb
commit 54ab0eba98
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{{ $page := . }}
{{ $copyright := site.Copyright | markdownify | plainify | htmlUnescape }}
{{ $description := or $page.Description "Recent content" }}
{{ $description := or $page.Description (i18n "paige_recent_content") }}
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
{{ $language := site.LanguageCode | default site.Language.Lang }}
{{ $lastbuilddate := false }}