diff options
author | Yihui Xie | 2017-07-09 12:45:07 -0500 |
---|---|---|
committer | Yihui Xie | 2017-07-09 12:45:07 -0500 |
commit | b9953b82cd29ff5e00c893794ab670385df21d63 (patch) | |
tree | b55671be618d1b02c322894daef7e2a6fee71580 /exampleSite | |
parent | c5395bb1f4291da1c9ca75c95d51729497002f5e (diff) | |
download | hugo-xmin-b9953b82cd29ff5e00c893794ab670385df21d63.tar.lz hugo-xmin-b9953b82cd29ff5e00c893794ab670385df21d63.tar.zst hugo-xmin-b9953b82cd29ff5e00c893794ab670385df21d63.zip |
preserve taxonomy names
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2c6497a..534c96d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,6 +5,7 @@ theme = "hugo-xmin" googleAnalytics = "" disqusShortname = "" ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"] +preserveTaxonomyNames = true footnotereturnlinkcontents = "↩" [permalinks] |