From 881c5b0194975b75b9fff2555e02a96d2e5b63e1 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Wed, 29 Mar 2023 21:18:43 +0200 Subject: [PATCH] #126: Fix link to GitInfo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c41751..f3efddb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Look at this nice »envelope«-icon: `{{}}`. I took Configured in `_index.md`, see `exampleSite`: `header_logo: "images/chef-hat.png"` ### Footer version information -In order to see technical version information (extracted from Hugo's [GitInfo](https://gohugo.com.cn/variables/git/)) set the following general option in your config.toml: `enableGitInfo = true` +In order to see technical version information (extracted from Hugo's [GitInfo](https://gohugo.io/variables/git/))) set the following general option in your config.toml: `enableGitInfo = true` ### External links You can add external links in the menu, see `external.md` in the `exampleSite`.