From 2be43cc479dfd4cfb621f14381330c708291e324 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 19:46:20 -0500 Subject: conversion from Zola to Weblorg --- theme/templates/wiki.html | 12 ++++++++++++ 1 file changed, 12 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..6087b36 --- /dev/null +++ b/theme/templates/wiki.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} {% block subtitle %}Wiki | {% endblock %} {% block +main %} +

Wiki

+

Use Ctrl + F to search wiki pages for keywords.

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