From 5d13721689dac3aa1b15120f198655b911268122 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:45:19 -0400 Subject: fix: Corrected frontmatter Discovered frontmatter was configured with improper keyword, alias changed to aliases --- config/_default/hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/_default') 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 -- cgit v1.2.3