From 177fbce5c26846a4902fd2a798a6968996ffb8ab Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Tue, 18 Feb 2020 22:10:16 +0100 Subject: [PATCH] Built with on footer --- exampleSite/config.toml | 1 + layouts/partials/footer.html | 13 +++++++++++-- static/css/hyde.css | 5 +---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 77309c0..ac2ae42 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,6 +13,7 @@ profilePicture = "images/profile.png" copyright = "Author Name" license = "CC BY-SA 4.0" licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" +builtWith = true [[params.socialIcons]] icon = "fa-linkedin" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d8e44e7..cb0327c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,14 @@ diff --git a/static/css/hyde.css b/static/css/hyde.css index 6ca0a7f..4dc0c71 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -117,12 +117,9 @@ body { width: 100%; } -.copyright { +footer { font-size: .7rem; text-align: center; -} - -footer { height: 40px; }