diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/partials/footer.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index 006714b..ffa9ad2 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -23,20 +23,20 @@ <div> <dl class="space-y-1"> <div class="flex gap-2"> - <dt class="text-text-dim font-mono text-xs w-20 shrink-0">role:</dt> - <dd class="text-text font-mono text-xs">Cybersecurity Specialist</dd> + <dt class="text-text-dim font-mono text-xs w-20 shrink-0">{{ i18n "footer_about_role" }}:</dt> + <dd class="text-text font-mono text-xs">{{ i18n "footer_about_role_value" }}</dd> </div> <div class="flex gap-2"> - <dt class="text-text-dim font-mono text-xs w-20 shrink-0">cert:</dt> + <dt class="text-text-dim font-mono text-xs w-20 shrink-0">{{ i18n "footer_about_cert" }}:</dt> <dd class="text-accent2 font-mono text-xs font-semibold">eJPT</dd> </div> <div class="flex gap-2"> - <dt class="text-text-dim font-mono text-xs w-20 shrink-0">os:</dt> - <dd class="text-text font-mono text-xs">Slackware <span class="text-text-dim">(2005–present)</span></dd> + <dt class="text-text-dim font-mono text-xs w-20 shrink-0">{{ i18n "footer_about_os" }}:</dt> + <dd class="text-text font-mono text-xs">{{ i18n "footer_about_os_value" }} <span class="text-text-dim">({{ i18n "footer_about_os_year" }})</span></dd> </div> <div class="flex gap-2"> - <dt class="text-text-dim font-mono text-xs w-20 shrink-0">focus:</dt> - <dd class="text-text font-mono text-xs">open-source · privacy</dd> + <dt class="text-text-dim font-mono text-xs w-20 shrink-0">{{ i18n "footer_about_focus" }}:</dt> + <dd class="text-text font-mono text-xs">{{ i18n "footer_about_focus_value" }}</dd> </div> </dl> </div> @@ -66,10 +66,10 @@ <!-- Copyright Bar --> <div class="pt-8 border-t border-border text-center text-xs text-text-dim space-y-1"> <p> - Made with <span aria-hidden="true">❤️</span><span class="sr-only">love</span>, - lack of <span aria-hidden="true">😴</span><span class="sr-only">sleep</span>, - lots of <span aria-hidden="true">☕</span><span class="sr-only">coffee</span> - by <a href="{{ .Site.LanguagePrefix }}/is/" class="text-accent hover:text-accent2 transition-colors py-2 px-1">danix</a> + {{ i18n "footer_made_with" }} <span aria-hidden="true">❤️</span><span class="sr-only">{{ i18n "footer_love" }}</span>, + {{ i18n "footer_lack_of" }} <span aria-hidden="true">😴</span><span class="sr-only">{{ i18n "footer_sleep" }}</span>, + {{ i18n "footer_lots_of" }} <span aria-hidden="true">☕</span><span class="sr-only">{{ i18n "footer_coffee" }}</span> + {{ i18n "footer_by" }} <a href="{{ .Site.LanguagePrefix }}/is/" class="text-accent hover:text-accent2 transition-colors py-2 px-1">danix</a> </p> <p>© {{ now.Year }} {{ .Site.Params.author }}. {{ i18n "allRightsReserved" }}</p> </div> |
