Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 639 Bytes

sitemap-html.md

File metadata and controls

26 lines (24 loc) · 639 Bytes
git-date layout title h1title pagetitle permalink
2023-08-01 09:21:33 -0400
basic
sitemap
sitemap
sitemap
sitemap-html
    {% for post in site.alternatives %} {% unless post.published == false %}
  • {{ post.git-date | date_to_string }} - {{ post.pagetitle }}
  • {% endunless %} {% endfor %}
    {% for post in site.posts %} {% unless post.published == false %}
  • {{ post.git-date | date_to_string }} - {{ post.pagetitle }}
  • {% endunless %} {% endfor %}