summaryrefslogtreecommitdiffstats
path: root/templates_gmi/section_posts.html
blob: 748c73c3a24c15e4da095ba906ff1d51b1ab16dd (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.date | date(format="%Y-%m-%d") }} {{ page.title }}
{% endfor %} {% endblock %}