summaryrefslogtreecommitdiffstats
path: root/templates_gmi/section_posts.html
blob: 4d2cb5586e299c51504af6bf6ffb185d2abbdd6a (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% block content %}
{% set posts = get_section(path="posts/_index.md") %}
## {{ section.title }}

=> /atom.xml Follow via Atom/RSS
=> https://aboutfeeds.com/ Huh?

{% for page in posts.pages %}
=> {{ page.path }} {{ page.title }} ({{ page.date | date(format="%Y-%m-%d") }})
{% endfor %} {% endblock %}