Files
pelican-latex/templates/author.html
T
2020-05-31 15:15:28 +02:00

9 lines
178 B
HTML

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