diff options
| -rw-r--r-- | template/hugo.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/hugo.yaml b/template/hugo.yaml index 3e9a70f..9f67950 100644 --- a/template/hugo.yaml +++ b/template/hugo.yaml @@ -7,6 +7,8 @@ disqusShortname: "" ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] footnotereturnlinkcontents: "↩" disableKinds : ["taxonomy", "term"] +relativeURLs: true +canonifyURLs: false enableGitInfo: true enableGitPurismInfo: true |
