summaryrefslogtreecommitdiff
path: root/templates/macros.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /templates/macros.html
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
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