diff options
Diffstat (limited to 'templates/macros.html')
| -rw-r--r-- | templates/macros.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/macros.html b/templates/macros.html new file mode 100644 index 0000000..eae30fe --- /dev/null +++ b/templates/macros.html @@ -0,0 +1,3 @@ +{% macro post_list() %} {% for post in section.pages %} +<a href="{{ post.permalink }}">{{ post.title }}</a> +{% endfor %} {% endmacro input %}
\ No newline at end of file |
