forked from varia/varia.website
Merge branch 'master' of https://git.vvvvvvaria.org/varia/varia.website
This commit is contained in:
commit
e720c4401f
@ -233,7 +233,7 @@ header {
|
||||
}
|
||||
.article.hentry{
|
||||
width:calc(400px + 2em);
|
||||
font-size: 125%;
|
||||
/*font-size: 125%;*/
|
||||
}
|
||||
.hentry{
|
||||
display: inline-block;
|
||||
|
@ -40,7 +40,7 @@
|
||||
{% if article.event_start %}
|
||||
<div>{{ article.event_start }}</div>
|
||||
{% else %}
|
||||
<div>Published: {{ article.date }}</div>
|
||||
<div>Published: {{ article.date | strftime('%d %B %Y') }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="post-info">
|
||||
|
Loading…
Reference in New Issue
Block a user