fixed a missing space

This commit is contained in:
Ell 2024-05-21 22:05:14 +02:00
parent 8247d70f04
commit d6afff2059

View file

@ -21,10 +21,10 @@
<div class="text-muted">{{ post.date | date_to_string }}</div>
<div>
<a href="{{ post.url }}">Read this post</a>
{%- if post.itch -%}
{%- if post.itch %}
&ndash; <a href="{{ post.itch }}">Read on itch</a>
{%- endif -%}
{%- if post.steam -%}
{%- if post.steam %}
&ndash; <a href="{{ post.steam }}">Read on Steam</a>
{%- endif -%}
</div>