diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
| commit | 5d13721689dac3aa1b15120f198655b911268122 (patch) | |
| tree | daa4f04d154f51fff00f677dea5ff1966e600787 /config | |
| parent | 404e3dddb40259c52c8de375617c07c70da971ac (diff) | |
fix: Corrected frontmatter
Discovered frontmatter was configured with improper keyword, alias changed to aliases
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 0fa9581..3e46879 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,9 +4,9 @@ enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" -canonifyURLs = false enableEmoji = true -enableRobotsTXT = true +# Set to false since we have generated our own. +enableRobotsTXT = false enableInlineShortcodes = true summaryLength = 20 |
