flux.vision/web/mc-pelican/templates/author.html

8 lines
177 B
HTML
Raw Normal View History

2023-07-01 11:01:17 +03:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}