From 8d4bb0df7829815b191693f6719c8198250e126d Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 18 Jul 2022 20:53:13 +0200 Subject: [PATCH] Add: Itch.io in footer --- assets/css/style.css | 4 +++- layouts/partials/footer.html | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index b306d67..0db9568 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1300,13 +1300,15 @@ pre.chroma { .social-icon-img { padding: 10px; + width: 70%; + height: auto; } .social-icon-img:hover { opacity: 60%; } .social-icon-a{ - padding-bottom: 16px; + padding-bottom: 24px; } .copyright { diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3838343..112cc6f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -32,6 +32,16 @@ {{ end }} + + {{ if site.Params.itchio.enable }} + {{ "" | safeHTML }} +
+

{{ site.Params.itchio.text | markdownify }}

+ +
+ {{ end }}