update meeting show at home (shows last and next one), update clean function of meeting

This commit is contained in:
2020-09-03 13:58:39 +00:00
parent 05aa3ddf5d
commit 992ddcced1
6 changed files with 54 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
<a href="{{post.url}}">
<article class="article-row">
<div class="article-row-content">
<h1 class="article-row-content-header">{{post.title}}</h1>
{% if post.subtitle is not None %}
<p class="article-row-content-description">{{post.subtitle}}</p>
{% endif %}
<time class="article-row-content-time" datetime="2008-02-14 20:00">{{post.event_start}}</time>
</div>
</article>
</a>