jeffs-pelican-theme/templates/period_archives.html
2022-11-25 22:56:44 -04:00

10 lines
256 B
HTML

{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ period | reverse | join(' ') }} archives{% endblock %}
{% block content %}
<h1>Archives for {{ period | reverse | join(' ') }}</h1>
{% include 'include/archive_list.html' %}
{% endblock %}