From 9df5b456960ff98ec263b6690f250c169a561265 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 10:54:55 +0000 Subject: [PATCH] refactor: remove events post header override (shared covers it) Co-Authored-By: Claude Opus 4.6 --- templates/_types/post/header/_header.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 templates/_types/post/header/_header.html diff --git a/templates/_types/post/header/_header.html b/templates/_types/post/header/_header.html deleted file mode 100644 index f0ad06c..0000000 --- a/templates/_types/post/header/_header.html +++ /dev/null @@ -1,19 +0,0 @@ -{% import 'macros/links.html' as links %} -{% macro header_row(oob=False) %} - {% call links.menu_row(id='post-row', oob=oob) %} - - {% if post.feature_image %} - - {% endif %} - - {{ post.title | truncate(160, True, '…') }} - - - {% call links.desktop_nav() %} - {% include '_types/post/_nav.html' %} - {% endcall %} - {% endcall %} -{% endmacro %}