diff --git a/src/_includes/layouts/catalogue-item.html b/src/_includes/layouts/catalogue-item.html
index 4328fe8..ee51519 100644
--- a/src/_includes/layouts/catalogue-item.html
+++ b/src/_includes/layouts/catalogue-item.html
@@ -24,9 +24,14 @@ imageCaption: ""
{% endif %}
{% if filteredTags | length > 0 %}
-
- {% for tag in filteredTags %}- {{ tag }}
{% endfor %}
+ {% for tag in filteredTags %}
+ -
+ {% include "svgs/frame.svg" %}
+ {{ tag }}
+
+ {% endfor %}
{% endif %}
diff --git a/src/_includes/macros/posts.njk b/src/_includes/macros/posts.njk
index 434c18b..a7189a0 100644
--- a/src/_includes/macros/posts.njk
+++ b/src/_includes/macros/posts.njk
@@ -1,7 +1,7 @@
-{% macro one(post, format = "MM/DD") %}
+{% macro one(post, fmt = "MM/DD") %}
{{ post.data.title }}
-
+
{{ post.data.excerpt }}
{% endmacro %}