summaryrefslogtreecommitdiffstats
path: root/templates/page_linklog.html
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-02 14:35:37 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:05 +0200
commit25cf78720efb544c0c2516d1a4137035878b6a2e (patch)
treeb81d32d9a14e95d6b1b35e0ac61d16c9b996aae7 /templates/page_linklog.html
parent9ee2b0f19c4f50c10c18a0cc416d4981ed786af1 (diff)
Add linklog
Diffstat (limited to 'templates/page_linklog.html')
-rw-r--r--templates/page_linklog.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/page_linklog.html b/templates/page_linklog.html
new file mode 100644
index 0000000..e4fc945
--- /dev/null
+++ b/templates/page_linklog.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% import "macros.html" as macros %}
+
+{% block content %}
+{{ page.content | replace(from="<!-- linklog -->", to=macros::linklog(page=page)) | safe }}
+{% endblock %}