From fc53183ec5dce2a4a00647dd4a8e0decfd6aa675 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 13 Mar 2024 20:01:05 -0500 Subject: renovate wiki section --- templates/wiki.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/wiki.html (limited to 'templates') diff --git a/templates/wiki.html b/templates/wiki.html new file mode 100644 index 0000000..4f51239 --- /dev/null +++ b/templates/wiki.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block content %} +

{{ section.title }}

+

Use Ctrl + F to search wiki pages for keywords.

+
+

Wiki Page

+

Last Updated

+
+{% for page in section.pages %} +
+

{{ page.title }}

+

{{ page.updated }}

+
+{% endfor %} +{% endblock content %} -- cgit v1.2.3-70-g09d2