A mini theme for the pelican static site generator
git clone https://github.com/m-col/mini-theme
Files | Refs | Readme

Commit 65a72d9badcf907a9e548aa5f977a1b3b2957268
Parent: b1ecd247868378f5229bb9e3fc6338d989242733
Author: mcol <mcol@posteo.net>
Date: 2020-10-04 12:35:13 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-10-04 12:35:13 +0100

remove unused pub and art classes

templates/article.html Modified

@@ -18,12 +18,10 @@
 
 {% block content %}
 
-<div class="art">
-	{{ article.content }}
-</div>
+{{ article.content }}
 
 <footer><hr>
-Published @ <time class="pub" datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time>
+Published @ <time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time>
 {% if article.category %}in <a href="/{{ article.category.url }}">{{ article.category }}</a>{% endif %}
 
 {% if article.modified %}