From 41bd0ad58e44244fe67cb36e066d4bb68738516f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 29 Mar 2024 01:30:23 -0500 Subject: massive re-write from org-publish to weblorg --- theme/templates/wiki.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 theme/templates/wiki.html (limited to 'theme/templates/wiki.html') diff --git a/theme/templates/wiki.html b/theme/templates/wiki.html new file mode 100644 index 0000000..3d8b8fd --- /dev/null +++ b/theme/templates/wiki.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block subtitle %}Wiki | {% endblock %} +{% block main %} +

Wiki

+

Use Ctrl + F to search wiki pages for keywords.

+
+

Wiki Page

+

Last Updated

+
+{% for post in posts %} +
+ {{ post.title }} + +
+{% endfor %} +{% endblock %} -- cgit v1.2.3-70-g09d2