diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-17 09:15:01 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-17 09:15:21 +0200 |
| commit | 94f67e5829a7239ced73c3f18072a761a4ced176 (patch) | |
| tree | 2a31a3467855eef58eedeffcf775a7de0b655cfa /exampleSite/config.toml | |
| parent | 4f466a4fefb1ea97b37bd2d11c03d50871b5b002 (diff) | |
| download | gohugo-theme-ed-94f67e5829a7239ced73c3f18072a761a4ced176.tar.gz | |
Escaped some stuff in atom feed
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 a8e3eee..403f574 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,7 +34,7 @@ disableKinds = ['RSS'] # application/atom+xml. However, Chromium does not handle it # correctly (see https://code.google.com/p/chromium/issues/detail?id=104358). # - # The most compatible header is text/xml;charset=UTF-8, which + # The most compatible header is 'text/xml; charset=utf-8', which # will cause the feed to be parsed correctly by most clients. # Note that you should be encoding your feed in UTF-8. mediaType = 'text/xml' |
