jeffs-pelican-theme/templates/tag.html

9 lines
No EOL
284 B
HTML

{% extends "articles_list_page.html" %}
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
{% block meta_description %}
<meta name="description" content="{{ SITENAME }} articles about {{ tag }}">
{% endblock %}
{% block header %}All posts tagged: {{ tag }}{% endblock %}