summaryrefslogtreecommitdiffstats
path: root/exampleSite/hugo.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-29 11:31:11 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-29 12:04:25 +0200
commita895e45e24f9793435efe19cf643eb5d218fda70 (patch)
tree499facf253a88776b1b5c1e455cbfffa0e1b2d31 /exampleSite/hugo.toml
parentd48f914d10e1c23b5baaf7378df7cd6388185a5a (diff)
downloadgohugo-theme-ed-a895e45e24f9793435efe19cf643eb5d218fda70.tar.gz
Correct humans.txt output name
Diffstat (limited to 'exampleSite/hugo.toml')
-rw-r--r--exampleSite/hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml
index 22cf775..ce5a4cc 100644
--- a/exampleSite/hugo.toml
+++ b/exampleSite/hugo.toml
@@ -269,7 +269,7 @@ refLinksErrorLevel = 'WARNING'
# For more see: https://gohugo.io/templates/output-formats/
[outputFormats.humanstxt]
- name = 'Humans.txt'
+ name = 'humanstxt'
mediaType = 'text/plain'
baseName = 'humans'
rel = 'author'