1
0
Fork 0
forked from github/pelican

Fix #3233 -- Simple theme classless semantic HTML

This commit is contained in:
Paolo Melchiorre 2023-11-11 14:10:08 +01:00
commit 6059675d55
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
27 changed files with 163 additions and 119 deletions

View file

@ -3,5 +3,5 @@
{% block title %}{{ SITENAME|striptags }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h1>Articles by {{ author }}</h1>
<h2>Articles by {{ author }}</h2>
{% endblock %}