This commit is contained in:
2022-12-18 23:30:52 +01:00
parent 1cd466c96d
commit 2d5d6735e5
344 changed files with 28509 additions and 4411 deletions
@@ -0,0 +1,8 @@
<div class="page-meta">
{{ $lastmodstr := default (i18n "dateFormat") .Site.Params.dateformat | .Lastmod.Format }}
{{ $datestr := default (i18n "dateFormat") .Site.Params.dateformat | .Date.Format }}
{{ if ne $datestr $lastmodstr }}
{{ $lastmodstr | i18n "lastModified" }}
{{ end }}
</div>