From 99208062640bf04585c0ddfa515063d0ba05dc97 Mon Sep 17 00:00:00 2001 From: Sijisu Date: Sat, 9 Nov 2019 19:38:41 +0100 Subject: [PATCH] Added social media links, resolved #6 --- layouts/partials/footerContent.html | 19 ++++++++++++++++--- themes/patek/assets/css/main.scss | 10 +++++++++- themes/patek/layouts/_default/baseof.html | 1 + 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footerContent.html b/layouts/partials/footerContent.html index 69178ce..b957707 100644 --- a/layouts/partials/footerContent.html +++ b/layouts/partials/footerContent.html @@ -1,7 +1,20 @@ +
+
+

+
+
+

+
+
+

+
+
+

+
+
+

Copyright © {{ now.Year }} Pátek

{{ safeHTML (i18n "footer") }} -
-

{{ T "sponsors" }}

\ No newline at end of file +
diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 11cda9d..4a3a7fb 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -147,6 +147,14 @@ $primary: #0b2a37; color: white; } } + .social { + a { + color: white; + &:hover { + color: #73A0E7; + } + } + } } .author-media { margin-bottom: 15px; @@ -283,4 +291,4 @@ h2 a { } } } -// /Custom styles \ No newline at end of file +// /Custom styles diff --git a/themes/patek/layouts/_default/baseof.html b/themes/patek/layouts/_default/baseof.html index 02e4206..727aac2 100644 --- a/themes/patek/layouts/_default/baseof.html +++ b/themes/patek/layouts/_default/baseof.html @@ -7,6 +7,7 @@ {{ block "css" . -}} + {{ partial "sass.html" "css/main.scss" }} {{- end }}