summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-29 08:48:10 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-29 08:48:10 +0200
commite2a137accbce2f38f34646edfd289fd06478eae1 (patch)
treef78626c8df80c88a3f9ba9cc17290a4c34e146ee /exampleSite/config.toml
parentde51f2763939553fdefe87ed18040f87f588176c (diff)
downloadgohugo-theme-ed-e2a137accbce2f38f34646edfd289fd06478eae1.tar.gz
Fix date format for sitemap
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dd59415..b12ac61 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,7 +27,7 @@ refLinksErrorLevel = 'WARNING'
# kick out RSS, we'll use Atom and FEED bellow
disableKinds = ['RSS']
-# Google Analytics Tracking id
+# Google Analytics Tracking ID.
googleAnalytics = ''
[minify]