diff --git a/themes/varia/static/css/main.css b/themes/varia/static/css/main.css index cb802df..ed3daaf 100644 --- a/themes/varia/static/css/main.css +++ b/themes/varia/static/css/main.css @@ -233,7 +233,7 @@ header { } .article.hentry{ width:calc(400px + 2em); - font-size: 125%; + /*font-size: 125%;*/ } .hentry{ display: inline-block; diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index 15791f0..ab5079c 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -40,7 +40,7 @@ {% if article.event_start %}
{{ article.event_start }}
{% else %} -
Published: {{ article.date }}
+
Published: {{ article.date | strftime('%d %B %Y') }}
{% endif %}