From aa5828964e5ad1a0af0b20385553304cac31cff3 Mon Sep 17 00:00:00 2001 From: jimmyff Date: Sun, 12 Feb 2023 19:11:04 +0000 Subject: [PATCH] minor macro fix --- templates/macros/hooks.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/macros/hooks.html b/templates/macros/hooks.html index 7c551e5..0ceba70 100644 --- a/templates/macros/hooks.html +++ b/templates/macros/hooks.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {# Page hooks #} -{% macro post_above_content(page) %}{% endmacro above_page %} -{% macro post_below_content(page) %}{% endmacro below_page %} -{% macro post_below_tags(page) %}{% endmacro below_tags %} +{% macro post_above_content(page) %}{% endmacro post_above_content %} +{% macro post_below_content(page) %}{% endmacro post_below_content %} +{% macro post_below_tags(page) %}{% endmacro post_below_tags %} {% macro posts_below_title(page) %} {{page.description}}