diff --git a/templates/macros.html b/templates/macros.html index 5ca08e0..1725823 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -13,7 +13,7 @@ {% macro print_article(page, author=true) %}

{{ page.title }}

-

{{ page.summary | safe }}

+ {{ page.summary | safe }} {{ self::page_info(page=page, author=author) }}
{% endmacro %}