From ce37824c5260dd370c61cf174ea80ca7deeb1058 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 12 Apr 2024 13:24:23 +0200 Subject: more WIP transition --- _layouts/post.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 847df76..485f560 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,27 +1,24 @@ - + - - - {{ page.title }} - Loek's Blog - - - + {% include head.html %} + {% include title.html %} + {% include opengraph.html %}

{{ page.title }}

-

{{ page.subtitle }}

- {props.meta.tags && } + {% if page.subtitle %}

{{ page.subtitle }}

{% endif %} + {% if page.tags %}{% include tags.html tags=page.tags %}{% endif %}
- - + +
- +
{{ content }}
-- cgit v1.2.3