From c942e4492dbf74a5d41fcbfea22c074b460b50ff Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 14:48:34 +0200 Subject: fix: sync footer styling and i18n translations Add horizontal separators between footer blocks on narrow screens. Right-align quote author in fortune block. Synchronize theme i18n files with root translations (en.yaml and it.yaml). Co-Authored-By: Claude Haiku 4.5 --- .../danix-xyz-hacker/layouts/partials/footer.html | 54 ++++++++++++---------- 1 file changed, 30 insertions(+), 24 deletions(-) (limited to 'themes/danix-xyz-hacker/layouts/partials/footer.html') diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index ffa9ad2..982b45b 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -6,22 +6,49 @@
-

$ fortune danix

+

$ fortune

"{{ (index $quotes 0).text }}"

- + — {{ (index $quotes 0).author }}
+
- + +
+

{{ i18n "footer_built_with" }}

+
+ Hugo + Tailwind CSS + Alpine.js + HTML5 + CSS3 + JavaScript +
+ +

{{ i18n "footer_features" }}

+
+ WCAG 2.1 AA + Open Source + Privacy Friendly + Claude Code +
+
+
+ +
+
+
{{ i18n "footer_about_name" }}:
+
{{ .Site.Params.author }}
+
{{ i18n "footer_about_role" }}:
{{ i18n "footer_about_role_value" }}
@@ -40,27 +67,6 @@
- - -
-

{{ i18n "footer_built_with" }}

-
- Hugo - Tailwind CSS - Alpine.js - HTML5 - CSS3 - JavaScript -
- -

{{ i18n "footer_features" }}

-
- WCAG 2.1 AA - Open Source - Privacy Friendly - Claude Code -
-
-- cgit v1.2.3