From 12e035a585ba001bca4979cab0d0feea537be93b Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 6 Nov 2021 16:54:11 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Add=20home=20link=20on=20sub-pag?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 9 +++++++++ i18n/en.yaml | 3 +++ i18n/fr.yaml | 3 +++ layouts/_default/single.html | 5 ++++- 4 files changed, 19 insertions(+), 1 deletion(-) 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 }}