From c44669ae91f7fad6d5c83d19406568f7a4e85bc3 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Mon, 24 Jul 2023 08:32:22 -0600 Subject: [PATCH] Use git for updated time --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 2482fb5..fc1410d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -51,6 +51,7 @@ paginate = 5 # set post to show the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated showLastUpdated = true + enableGitInfo = true # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico"