mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-04 23:34:27 -04:00
✨ Add i18n support
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
{{ end }}
|
||||
{{ if .Site.Params.homepage.showList | default false }}
|
||||
<section>
|
||||
<h2 class="text-2xl font-extrabold">Recent</h2>
|
||||
<h2 class="text-2xl font-extrabold">{{ i18n "homepage.recent" | emojify }}</h2>
|
||||
{{ range first 5 (.Paginate (where .Site.RegularPages "Type" "in" .Site.Params.homepage.listSections)).Pages }}
|
||||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user