pelican-website-ge/ge-theme/templates/category.html

7 lines
197 B
HTML
Raw Permalink Normal View History

2021-05-03 17:48:53 +02:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
2021-05-12 16:04:46 +02:00
<!--<h2>Articles in the {{ category }} category</h2>-->
2021-05-03 17:48:53 +02:00
{% endblock %}