Fix CSS not rendering on GitHub Pages

This commit is contained in:
Joey Hafner 2024-05-28 23:22:36 -07:00
parent b8a5b8f6b2
commit d739e2db4c

View File

@ -15,7 +15,7 @@ publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
canonifyURLs = false
enableRobotsTXT = true
enableGitInfo = false
@ -36,6 +36,7 @@ disableHugoGeneratorInject = false
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"