summaryrefslogtreecommitdiffstats
path: root/templates/page_linklog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page_linklog.html')
-rw-r--r--templates/page_linklog.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/page_linklog.html b/templates/page_linklog.html
deleted file mode 100644
index e4fc945..0000000
--- a/templates/page_linklog.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "base.html" %}
-{% import "macros.html" as macros %}
-
-{% block content %}
-{{ page.content | replace(from="<!-- linklog -->", to=macros::linklog(page=page)) | safe }}
-{% endblock %}