zonetoast/blue-penguin-dark/templates/author.html
randogoth c828a45aa8 init
2026-05-17 12:13:27 +03:00

7 lines
211 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} | Articles by {{ author }}{% endblock %}
{% block ephemeral_nav %}
{{ ephemeral_nav_link(author, output_file, True) }}
{% endblock %}