1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/themes/alchemy/templates/author.html
T
2020-09-28 17:05:15 +05:30

10 lines
166 B
HTML

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