zola-inky-fork/templates/macros/hooks.html

10 lines
352 B
HTML
Raw Normal View History

2023-02-01 17:58:59 +00:00
{% extends "base.html" %}
{# Page hooks #}
2023-02-12 19:09:36 +00:00
{% 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 posts_below_title(page) %}
<span class="description"> {{page.description}} </span>
{% endmacro posts_below_title %}