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 %}