diff --git a/templates/403.html b/templates/403.html index b4bfa56..168a80c 100644 --- a/templates/403.html +++ b/templates/403.html @@ -2,7 +2,7 @@ {% block main_content %}
- {{ post_macros::page_header(title="403")}} + {{ macros_page_header::page_header(title="403")}} forbidden
{% endblock main_content %} diff --git a/templates/404.html b/templates/404.html index 0782011..facb826 100644 --- a/templates/404.html +++ b/templates/404.html @@ -2,7 +2,7 @@ {% block main_content %}
- {{ post_macros::page_header(title="404")}} + {{ macros_page_header::page_header(title="404")}} not found
{% endblock main_content %} diff --git a/templates/archive.html b/templates/archive.html index ecb6727..9f3913b 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block main_content %} -{{ post_macros::page_header(title=section.title) }} +{{ macros_page_header::page_header(title=section.title) }}