1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates/author.html
2023-10-29 22:19:44 +01:00

7 lines
187 B
Django/Jinja
Vendored

{% extends "index.html" %}
{% block title %}{{ SITENAME|striptags }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h1>Articles by {{ author }}</h1>
{% endblock %}