Skip to content

Commit

Permalink
Fix Sitemap in wrong array
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Nov 21, 2020
1 parent 1338674 commit 7ef654b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins:
- jekyll-minifier
languages: ["en", "es", "de", "it"]
default_lang: "en"
exclude_from_localization: ["assets", "images", "css", "README.md", "manifest.json", "humans.txt"]
exclude_from_localization: ["assets", "images", "css", "README.md", "manifest.json", "humans.txt", "sitemap.xml"]
parallel_localization: true
a_rootpage: "https://jamulus.io"
githubrepoeditbase: "https://github.com/jamulussoftware/jamulussoftware.github.io/edit/changes"
exclude: ["README.md", "Gemfile.lock", "Gemfile", "CONTRIBUTING.md","sitemap.xml"]
exclude: ["README.md", "Gemfile.lock", "Gemfile", "CONTRIBUTING.md"]
jekyll-minifier:
remove_intertag_spaces: true
remove_spaces_inside_tags: true
Expand Down

0 comments on commit 7ef654b

Please sign in to comment.