+
+
-
{{ title }}
+
+
{{ content | safe }}
diff --git a/tailwind.config.js b/tailwind.config.js
index f5a3ce8..d66ba55 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,7 +7,9 @@ export default {
'article-header': '1fr auto 0'
},
height: {
- '128': '32rem'
+ '128': '32rem',
+ '160': '40rem',
+ '192': '48rem'
}
}
},
{%- from 'postmeta.macro.njk' import postmeta %}
{{ postmeta({ date: page.date, author: author, content: content, center: true }) }}
{% if tags.length > 0 %}
- -
{% for tag in tags %}
- - {% lucide "tag", { "size": "20" } %} + {% lucide "tag", { "class": "size-4 md:size-5 xl:size-6" } %} {{ tag }} {%- endfor %} @@ -23,7 +23,7 @@ layout: base.njk