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

7 lines
225 B
HTML

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