From a64b1c3a66bc8a01b2b2ad84eed81636dd3430e2 Mon Sep 17 00:00:00 2001 From: Marius Timmer Date: Tue, 19 Nov 2024 15:37:51 +0100 Subject: [PATCH] Made the credits in footer optional --- exampleSite/config.toml | 1 + layouts/partials/footer.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 221797af..b4dfdfb2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id pager = true post_meta = ["date", "categories"] # Order of post meta information mainSections = ["post", "docs"] + show_credits = true [Params.logo] subtitle = "Just another site" # Logo subtitle diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 560cf484..a5972722 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,9 @@ {{ partial "footer_links.html" . }} - \ No newline at end of file +