From 9a666fff9de0fb913e99f83fba58089c8795b2f1 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Sun, 13 Jun 2021 13:33:48 +0530 Subject: [PATCH] Footer html with basic styling --- exampleSite/config.toml | 3 +++ themes/gokarna/layouts/partials/footer.html | 7 +++++++ themes/gokarna/layouts/partials/header.html | 2 +- themes/gokarna/static/css/dark.css | 4 ++++ themes/gokarna/static/css/main.css | 10 ++++++++++ 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0fc1c02..bd2c65a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,6 +10,9 @@ pygmentsStyle = "bw" pygmentsCodeFences = true pygmentsCodeFencesGuessSyntax = true +[params] + footer = "The Marauders" + [menu] [[menu.main]] name = "Home" diff --git a/themes/gokarna/layouts/partials/footer.html b/themes/gokarna/layouts/partials/footer.html index e69de29..e839222 100644 --- a/themes/gokarna/layouts/partials/footer.html +++ b/themes/gokarna/layouts/partials/footer.html @@ -0,0 +1,7 @@ + diff --git a/themes/gokarna/layouts/partials/header.html b/themes/gokarna/layouts/partials/header.html index 61427df..d558a45 100644 --- a/themes/gokarna/layouts/partials/header.html +++ b/themes/gokarna/layouts/partials/header.html @@ -8,7 +8,7 @@