This commit is contained in:
2020-08-29 11:49:54 +00:00
21 changed files with 256 additions and 62 deletions

View File

@@ -13,7 +13,7 @@
<div class="news-hero-text" >
<hr>
<div class="article-date">
<p>Published on Jan 12, 2020 Just added now</p>
<p>{{post.public_date}}</p>
</div>
<div class="article-title">
<h1>{{post.title| safe}}</h1>
@@ -55,8 +55,8 @@
{% endfor %}
</div>
<div class="medium-4 small-12 small-order-1 medium-order-2 padding-1">
{% for post in events %}
{% include 'posts/partials/_date_box.html' %}
{% for post in events %}
{% include 'posts/partials/_date_box.html' %}
{% endfor %}
</div>