layout events
This commit is contained in:
@@ -36,10 +36,17 @@
|
||||
<hr>
|
||||
{{post.body | safe}}
|
||||
<hr>
|
||||
tags:{{ post.get_tags }}
|
||||
|
||||
{% for tag in post.get_tagnames %}
|
||||
{{tag |tags_to_url}}
|
||||
{% endfor %}
|
||||
<hr>
|
||||
|
||||
{{related_posts}}
|
||||
<div class="grid-x grid-padding">
|
||||
|
||||
{% for post in related_posts %}
|
||||
<div class="medium-6 large-4 small-12 cell">
|
||||
{% include 'posts/partials/_posts_hero.html' %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}fffsdfag
|
||||
Reference in New Issue
Block a user