From e3cb52787c35a4b059531507bf26aaa1384945f2 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 13 Apr 2023 17:02:54 +0200 Subject: [PATCH] Add footer content --- config.toml | 1 + sass/style.scss | 3 ++- templates/base.html | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 88c1bec..33a9f57 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,7 @@ external_links_no_referrer = true smart_punctuation = true [extra] +git = "https://git.microlab.space/microlab/website" nav_items = [ {name="Úvod", path="/"}, {name="Projekty", path="/projekty/"}, diff --git a/sass/style.scss b/sass/style.scss index d0b1c6d..c06545d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -95,8 +95,9 @@ body>main { body>footer { width: 100%; - padding: 1em; + padding: 1rem; margin-top: auto; + font-size: .8em; @media only screen and (min-width: $width-wrap) { padding: 1em 0; diff --git a/templates/base.html b/templates/base.html index ec611ae..4545da1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,6 +44,9 @@ {% endblock content %}