summaryrefslogtreecommitdiff
path: root/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macros.html')
-rw-r--r--templates/macros.html3
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