diff --git a/_includes/post_header.html b/_includes/post_header.html
index 437aacd..a214c40 100644
--- a/_includes/post_header.html
+++ b/_includes/post_header.html
@@ -7,6 +7,9 @@ image:
type: 'hash'
content:
type: 'string'
+tags:
+ type: 'array'
+ default: []
---
@@ -17,6 +20,9 @@ content:
{{ words | divided_by: 180.0 | round | at_least: 1 }} min read
+ {% for tag in tags %}
+ {{- tag -}}
+ {% endfor %}
{% render 'sutty/picture.html',
image:,
img_class: 'w-100 rounded-3'