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