From 3ea222825fa28aca79419c1d585a9ab1f7f2c756 Mon Sep 17 00:00:00 2001 From: Adrian Friedli Date: Wed, 2 May 2018 23:08:43 +0200 Subject: [PATCH] link git repo in footer --- themes/cosin-theme/layouts/partials/site-footer.html | 1 + themes/cosin-theme/static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/cosin-theme/layouts/partials/site-footer.html b/themes/cosin-theme/layouts/partials/site-footer.html index e69de29..7f7861a 100644 --- a/themes/cosin-theme/layouts/partials/site-footer.html +++ b/themes/cosin-theme/layouts/partials/site-footer.html @@ -0,0 +1 @@ + diff --git a/themes/cosin-theme/static/css/custom.css b/themes/cosin-theme/static/css/custom.css index 2a0e788..03de42c 100644 --- a/themes/cosin-theme/static/css/custom.css +++ b/themes/cosin-theme/static/css/custom.css @@ -141,7 +141,7 @@ a:hover { } /* ###### Footer ###### */ -#footer { +footer { text-align: center; font-size: 0.8em; margin: 5px;