flux.vision/web/mc-pelican/templates/author.html
2023-07-01 11:01:17 +03:00

7 lines
177 B
HTML

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