forked from github/pelican
Clean simple theme
This commit is contained in:
parent
3656df50a5
commit
80027bc714
11 changed files with 63 additions and 25 deletions
|
|
@ -1,6 +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