Clean Up Post Headers

This commit is contained in:
spikecodes
2021-01-04 21:17:19 -08:00
parent 8c0269af1c
commit 9c1a932214
7 changed files with 8 additions and 4 deletions

View File

@ -25,7 +25,6 @@
{% if item.flair.0 != "" %}
<small class="author_flair">{{ item.flair.0 }}</small>
{% endif %}
<span class="dot">&bull;</span>
<span class="datetime">{{ item.time }}</span>
</summary>
<p class="comment_body">{{ item.body }}</p>
@ -54,6 +53,7 @@
{% if post.author_flair.0 != "" %}
<small class="author_flair">{{ post.author_flair.0 }}</small>
{% endif %}
<span class="dot">&bull;</span>
<span class="datetime">{{ post.time }}</span>
</p>
<a href="{{ post.permalink }}" class="post_title">