Fix inline style tags

This commit is contained in:
spikecodes 2021-01-16 19:21:47 -08:00
parent 894323becf
commit ef9bc791e1
5 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
{% if post.flair.background_color == "Comment" %}
{% else if post.flair.background_color == "" %}
{% else %}
<small class="post_flair" style="color:{{ post.flair.foreground_color }}; background:{{ post.flair.background_color }}">{% call utils::render_flair(post.flair.flair_parts) %}</small>
<small class="post_flair" style="color:{{ post.flair.foreground_color }}; background:{{ post.flair.background_color }};">{% call utils::render_flair(post.flair.flair_parts) %}</small>
{% endif %}
<a href="{{ post.permalink }}">{{ post.title }}</a>
</p>