From b26b296e89de7b1d64b682f9dc6192ae8ec296a0 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 17 Sep 2022 18:45:47 +0100 Subject: [PATCH] stubb out sections in site-settings.html (not implemented yet). The sections are more a check-list at this point. Things I need to implement. I've stubbed them out and going to call it a day. They HTML I've used is rough but it give me something to work on next time I work on this project. --- templates/user/site-settings.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/templates/user/site-settings.html b/templates/user/site-settings.html index 98a1559..7e8ffbe 100644 --- a/templates/user/site-settings.html +++ b/templates/user/site-settings.html @@ -37,6 +37,9 @@ +

Not Implemented Yet

+
+

Navigation Menu

@@ -49,4 +52,31 @@
+

Site Name

+
+ + + +
+ +

Site-Wide Code Snippet

+
+ + + +
+ +

Change Favicon

+
+ + + +
+ +

Site Logo

+
+ + + +
{% endblock %}