Update _config.yml

update content of exclude_from_localizations and add 404.html to sitemap generator
This commit is contained in:
erciccione 2020-05-31 10:30:27 +02:00
parent e222c36b8a
commit 6e64886ac6
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

View File

@ -27,7 +27,7 @@ plugins:
languages: ["en", "es", "it", "pl", "fr", "ar", "ru", "de", "nl", "pt-br", "tr", "zh-cn", "zh-tw"]
exclude_from_localizations: ["img", "css", "fonts", "media", "404", "feed.xml", "404", "meta", "forum-funding-system", "_posts", "legal", "blog"]
exclude_from_localizations: ["img", "css", "fonts", "media", "404.html", "feed.xml", "meta", "_posts", "legal", "blog"]
@ -48,4 +48,4 @@ sitemap:
- "/ietemplates/poll4.xml"
- "/ietemplates/poll5.xml"
- "/feed.xml"
- "/404/index.md"
- "/404.html"