diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-29 08:48:10 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-29 08:48:10 +0200 |
| commit | e2a137accbce2f38f34646edfd289fd06478eae1 (patch) | |
| tree | f78626c8df80c88a3f9ba9cc17290a4c34e146ee /exampleSite/config.toml | |
| parent | de51f2763939553fdefe87ed18040f87f588176c (diff) | |
| download | gohugo-theme-ed-e2a137accbce2f38f34646edfd289fd06478eae1.tar.gz | |
Fix date format for sitemap
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 2 |
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] |
