From 2b8a86f2a7ac7e0763800917ac472b10df8739ee Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 12 Nov 2023 18:30:19 -0800 Subject: [PATCH] Change Atom, RSS output formats to use ugly URLs --- hugo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index a4c1b7b7..338f6f0f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -92,11 +92,9 @@ basename = "atom" isplaintext = true mediatype = "application/atom+xml" name = "atom" -nougly = true [outputformats.rss] basename = "rss" isplaintext = true mediatype = "application/rss+xml" name = "rss" -nougly = true