diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html
index 497a0ff..c0a46d8 100644
--- a/web/_includes/devlog_category.html
+++ b/web/_includes/devlog_category.html
@@ -2,30 +2,30 @@
- {% if post.image %}
- {% assign start = post.image | slice: 0, 4 %}
- {% if start == "http" %}
- {% assign url = post.image %}
- {% else %}
- {% assign url = post.url | append: post.image %}
- {% endif %}
+ {%- if post.image -%}
+ {%- assign start = post.image | slice: 0, 4 -%}
+ {%- if start == "http" -%}
+ {%- assign url = post.image -%}
+ {%- else -%}
+ {%- assign url = post.url | append: post.image -%}
+ {%- endif -%}
- {% endif %}
+ {%- endif -%}
{{ post.title }}
{{ post.date | date_to_string }}
Read this post
- {% if post.itch %}
+ {%- if post.itch -%}
–
Read on itch
- {% endif %}
- {% if post.steam %}
+ {%- endif -%}
+ {%- if post.steam -%}
–
Read on Steam
- {% endif %}
+ {%- endif -%}
- {% endif %}
- {% endfor %}
+ {%- endif -%}
+ {%- endfor -%}