minor macro fix
This commit is contained in:
parent
dfb2613a3f
commit
aa5828964e
1 changed files with 3 additions and 3 deletions
|
@ -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) %}
|
||||
<span class="description"> {{page.description}} </span>
|
||||
|
|
Loading…
Reference in a new issue