diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 098023a..4366b2e 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1283,6 +1283,10 @@ body button { justify-content: center; } +.place-self-start { + place-self: start; +} + .rounded-full { border-radius: 9999px; } @@ -1356,6 +1360,11 @@ body button { color: rgba(24, 24, 27, var(--tw-text-opacity)); } +.text-neutral-500 { + --tw-text-opacity: 1; + color: rgba(113, 113, 122, var(--tw-text-opacity)); +} + .text-neutral-800 { --tw-text-opacity: 1; color: rgba(39, 39, 42, var(--tw-text-opacity)); diff --git a/i18n/en.yaml b/i18n/en.yaml index 868c841..0121695 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -38,5 +38,8 @@ link: whatsapp: WhatsApp youtube: YouTube +nav: + home: Home + footer: powered_by: "Powered by {{ .Hugo }} & {{ .Lynx }}" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 12d8783..b2558b4 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -38,5 +38,8 @@ link: whatsapp: WhatsApp youtube: YouTube +# nav: +# home: Home + footer: powered_by: "Propulsé par {{ .Hugo }} & {{ .Lynx }}" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 326ef9c..1360ae3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,8 @@ {{ define "main" }} -
+
+

{{ .Title | emojify }}