1
0
Fork 0
forked from github/pelican

Added the author.html template to the simple theme.

This commit is contained in:
Skami18 2011-07-19 12:18:14 +02:00
commit bafa2154ff
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}