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