From 577ea8a05109e0b28b5a506f06d848f392001f73 Mon Sep 17 00:00:00 2001 From: "Evan G." Date: Sun, 19 May 2024 13:53:08 -0500 Subject: [PATCH] Enable Git Info --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 909cef3..2519dfe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = "Fbi's Epic Blog" theme= 'readable' +enableGitInfo= "true" [params] mainSections = ['posts'] [menu]