--- layout: null title: Sitemap sitemap: exclude: "yes" --- {{ site.productionUrl }}/ {{ site.time | date: "%Y-%m-%d" }} weekly 0.5 {% assign pages_by_group = site.pages | sort: "group" %} {% for curPage in pages_by_group %} {% unless curPage.sitemap.exclude == "yes" %} {{ site.productionUrl}}{{ curPage.url }} {{ site.time | date: "%Y-%m-%d" }} monthly 0.3 {% endunless %} {% endfor %} {% for post in site.posts %} {{site.productionUrl}}{{ post.url }} {{post.date | date: "%Y-%m-%d"}} monthly 0.5 {% endfor %}