From f4703cf789979e20f0189b726bbb1b3b816e9641 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 30 Oct 2024 21:48:12 +0100 Subject: [PATCH] scss: replace value by a pico variable - Replaces a spacing value in the medias SCSS file by the pico variable. - Fixes the IDs of the personal and professional contact headers, to ease linking. - Rewrite the indentation of a shortcode. Co-Authored-by: iGor milhit --- layouts/partials/perso.html | 2 +- layouts/partials/pro.html | 2 +- layouts/shortcodes/stream.html | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/layouts/partials/perso.html b/layouts/partials/perso.html index f4d227f..328a6da 100644 --- a/layouts/partials/perso.html +++ b/layouts/partials/perso.html @@ -1,4 +1,4 @@ -

{{ i18n "contactsPriv" }}

+

{{ i18n "contactsPriv" }}

{{ with .Site.Params.contactsPriv.email }}
{{ i18n "e-mail" }}
diff --git a/layouts/partials/pro.html b/layouts/partials/pro.html index 014ffc9..1424f61 100644 --- a/layouts/partials/pro.html +++ b/layouts/partials/pro.html @@ -1,4 +1,4 @@ -

{{ i18n "contactsPro" }}

+

{{ i18n "contactsPro" }}

{{ with .Site.Params.contactsPro.email }}
{{ i18n "e-mail" }}
diff --git a/layouts/shortcodes/stream.html b/layouts/shortcodes/stream.html index 3953338..fd2c0ff 100644 --- a/layouts/shortcodes/stream.html +++ b/layouts/shortcodes/stream.html @@ -1,10 +1,10 @@
-

{{ .Get "legend" }}

- +

{{ .Get "legend" }}

+