1
0
Fork 0
This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pelican-alchemy/alchemy/templates/author.html

9 lines
168 B
HTML
Raw Normal View History

{% extends "index.html" %}
{% block title %}
{{ author }} Articles — {{ SITENAME }}
{% endblock %}
{% block page_header %}
{{ author }} Articles
{% endblock %}