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