forked from github/pelican
Fix #3233 -- Simple theme classless semantic HTML
This commit is contained in:
parent
d7015db9e4
commit
6059675d55
27 changed files with 163 additions and 119 deletions
|
|
@ -3,5 +3,5 @@
|
|||
{% block title %}{{ SITENAME|striptags }} - {{ category }} category{% endblock %}
|
||||
|
||||
{% block content_title %}
|
||||
<h1>Articles in the {{ category }} category</h1>
|
||||
<h2>Articles in the {{ category }} category</h2>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue