1
0
Fork 0
forked from github/pelican
pelican-theme/templates/tag.html

7 lines
217 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME|striptags }} - {{ tag }} tag{% endblock %}
{% block content_title %}
<h1 class="text-3xl md:text-5xl">Tales tagged with <em>{{ tag }}</em></h1>
{% endblock %}