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 }}