rra 6 years ago
parent
commit
e720c4401f
  1. 2
      themes/varia/static/css/main.css
  2. 2
      themes/varia/templates/article.html

2
themes/varia/static/css/main.css

@ -233,7 +233,7 @@ header {
} }
.article.hentry{ .article.hentry{
width:calc(400px + 2em); width:calc(400px + 2em);
font-size: 125%; /*font-size: 125%;*/
} }
.hentry{ .hentry{
display: inline-block; display: inline-block;

2
themes/varia/templates/article.html

@ -40,7 +40,7 @@
{% if article.event_start %} {% if article.event_start %}
<div>{{ article.event_start }}</div> <div>{{ article.event_start }}</div>
{% else %} {% else %}
<div>Published: {{ article.date }}</div> <div>Published: {{ article.date | strftime('%d %B %Y') }}</div>
{% endif %} {% endif %}
</div> </div>
<div class="post-info"> <div class="post-info">

Loading…
Cancel
Save