From da111ba767e9ad08f05a77277bf9138441a83cca Mon Sep 17 00:00:00 2001 From: librenauta Date: Fri, 7 Aug 2026 10:21:38 -0300 Subject: [PATCH] fix: add tags --- _includes/post_header.html | 6 ++++++ 1 file changed, 6 insertions(+) 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'