From 032168ac56f0a88e409e094411cac00a9da6c4ef Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 5 Aug 2021 11:42:49 -0700 Subject: hugo: enable git information again Now that we're using a more recent version of the Docker image for hugo that comes with git, we can enable again git information. --- users/fcuny/notes/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml index b3a150a..d600506 100644 --- a/users/fcuny/notes/config.toml +++ b/users/fcuny/notes/config.toml @@ -2,7 +2,7 @@ baseURL = "https://fcuny.net/" languageCode = "en-us" title = "Franck's rambling" publishDir = "docs" -enableGitInfo = false +enableGitInfo = true [params] homeText = "A collection of notes" -- cgit 1.4.1