From cddf95ff6a1cd0559714d048db9b9c9615ff018b Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 16:26:15 +0200 Subject: Provide ability to use custom footer text --- exampleSite/config.toml | 2 ++ layouts/partials/sidebar.html | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9d9ca60..89ce3f6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,6 +22,8 @@ resourceDir = '../resources' color_scheme = '' # Used in site header tagline = 'a Hugo theme for minimal editions' + # Custom footer text + footer = '' [params.assets] # Relative paths to icons diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index d9f64e1..57bca9d 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -23,8 +23,12 @@ -- cgit v1.2.3