mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
fixed a missing space
This commit is contained in:
parent
8247d70f04
commit
d6afff2059
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@
|
||||||
<div class="text-muted">{{ post.date | date_to_string }}</div>
|
<div class="text-muted">{{ post.date | date_to_string }}</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ post.url }}">Read this post</a>
|
<a href="{{ post.url }}">Read this post</a>
|
||||||
{%- if post.itch -%}
|
{%- if post.itch %}
|
||||||
– <a href="{{ post.itch }}">Read on itch</a>
|
– <a href="{{ post.itch }}">Read on itch</a>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if post.steam -%}
|
{%- if post.steam %}
|
||||||
– <a href="{{ post.steam }}">Read on Steam</a>
|
– <a href="{{ post.steam }}">Read on Steam</a>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue