--- layout: none search: exclude # https://www.sitemaps.org/protocol.html # Priority is relative to the website, can be chosen in {0.1, 0.2, ..., 1} # Default priority is 0.5 latestPriority: 0.8 --- {{site.url}}/index.html 0.9 monthly {{ site.time | date: "%Y-%m-%d" }} {% for post in site.posts %} {% unless post.search == "exclude" %} {{site.url}}{{post.url}} {{page.latestPriority}} monthly {{ site.time | date: "%Y-%m-%d" }} {% endunless %} {% endfor %} {% for p in site.pages %} {% unless p.search == "exclude" %} {{site.url}}{{ p.url}} {{page.latestPriority}} monthly {{ site.time | date: "%Y-%m-%d" }} {% endunless %} {% endfor %}