forked from github/pelican
Added the author.html template to the simple theme.
This commit is contained in:
parent
ffbf5016ac
commit
bafa2154ff
2 changed files with 8 additions and 1 deletions
7
pelican/themes/simple/templates/author.html
Normal file
7
pelican/themes/simple/templates/author.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
|
||||
{% block content_title %}
|
||||
<h2>Articles by {{ author }}</h2>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue