Gitiles
Code Review
Sign In
www.giggi.me
/
pelican-subtle-giggi
/
efe7193928d3007fe8faf76a8e5bb4dd7d205831
/
.
/
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 %}