Make posts single-color

This commit is contained in:
spikecodes 2021-01-18 21:32:25 -08:00
parent 140c1b1bfa
commit 7360503234
5 changed files with 18 additions and 20 deletions

View file

@ -72,7 +72,7 @@
<div class="post_score">{{ post.score }}<span class="label"> Upvotes</span></div>
<div class="post_footer">
<a href="{{ post.permalink }}" class="post_comments">{{ post.comments }} Comments</a>
<a href="{{ post.permalink }}" class="post_comments">{{ post.comments }} comments</a>
</div>
</div>
{% endif %}