Merge pull request #97 from Monpoke/master

Adds translations for static texts
This commit is contained in:
Guru Sabarish
2023-02-06 22:17:15 +05:30
committed by GitHub
6 changed files with 26 additions and 13 deletions
@@ -7,7 +7,7 @@
height="40px" width="40px">
</a>
</div>
&copy; {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved
&copy; {{ now.Format "2006"}} {{ .Site.Params.copyright }} {{ .Site.Params.terms.copyright | default "All Rights Reserved" }}
<div class="text-secondary">
Made with
<span class="text-danger">
@@ -26,8 +26,8 @@
</div>
</div>
<div class="mt-auto card-footer">
<span class="float-start">{{ .Date.Format "January 2, 2006" }}</span>
<a href="{{ .RelPermalink }}" class="float-end btn btn-outline-info btn-sm">Read</a>
<span class="float-start">{{ .Date.Format (.Site.Params.datesFormat.articleRecent | default "January 2, 2006") }}</span>
<a href="{{ .RelPermalink }}" class="float-end btn btn-outline-info btn-sm">{{ .Site.Params.terms.read | default "Read" }}</a>
</div>
</div>
</div>