blog/templates/taxonomy_single.html
Joe Ardent 8a6bb0bbed Tags and homepage working.
Posts tagged "proclamation" will be listed on the front page.
2023-01-08 15:55:40 -08:00

10 lines
174 B
HTML

{% extends "index.html" %}
{% block main_content %}
<h2>Posts tagged {{ term.name }}</h2>
{{ post_macros::cards_posts(pages = term.pages) }}
{% endblock main_content %}