1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates/category.html

8 lines
192 B
HTML
Raw Normal View History

{% extends "index.html" %}
2018-06-13 00:20:55 +00:00
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}