From 9714cd7eb765157f8fff860ab4360a1b2e4323e7 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Tue, 28 Mar 2023 22:50:36 +0200 Subject: [PATCH] #126: Update config.toml to show a version info can be added By default the version info is disabled. --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 93c2efc..15aba0d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -11,6 +11,9 @@ theme = "hugo-scroll" # The browser tab name title = "Jane Doe - Nutrition Coach & Chef Consultant" +# In order to add version information in the page's footer set to true. +# enableGitInfo = true + # Theme-specific variables `.Site.Params.myParamName` [params]