Gitiles
Code Review
Sign In
www.giggi.me
/
pelican-subtle-giggi
/
e889f477c5c6f0e17f6a2bfe0e2c3ac333d662e0
/
.
/
templates
/
author.html
blob: ee17552a4e48f99778477e484bfdf1fda15031cd [
file
] [
log
] [
blame
]
{% extends "index.html" %}
{% block title %}Author: {{ author }} | {{ SITENAME }}{% endblock %}
{% block description %}Posts by {{ author }} on this site{% endblock %}
{% block subheader %}
<p>
Author: {{ author }}
</p>
{% endblock %}