mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-21 17:27:05 +00:00
304 B
304 B
title | layout |
---|---|
paperbay.org Mastodon - Archive of my posts | page |
{% assign pages = site.pages | where_exp: 'page', 'page.post_id' %} {% for page in pages %} {% if page.title %}
- {{page.date}} - {{page.post_id}} {{page.tags | sort_natural | join: " "}} {% endif %} {% endfor %}