From 26c099aa807d8e67944f72be04a325f37da305d5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 18 Jun 2022 00:04:21 +0200 Subject: Added page type for art pieces --- templates/layouts/categorized_list.html | 2 +- templates/layouts/exhibit.html | 66 +++++++++++++++++++++++++++++++++ templates/layouts/list.html | 2 +- templates/layouts/page.html | 34 +++++++++++++++-- templates/layouts/redirect.html | 4 +- 5 files changed, 101 insertions(+), 7 deletions(-) create mode 100644 templates/layouts/exhibit.html (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 206c566..1a1048a 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -1,5 +1,5 @@
+
+
+
+ + + + + + +
+
+ +
+
+
+
+ $if(date)$ + + + + $endif$ + $title$ +
+ $if(date)$ + + + + $endif$ +
+
+
+
+ +
+ +
+
+
+ + diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 66a08fd..508ff4c 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -1,5 +1,5 @@
$if(date)$ -
+
+ $endif$

@@ -35,4 +35,32 @@ $body$ $endif$

+ +
+
+ + + + + + + + +
+
+
+ + diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html index 9f78dec..6684bd2 100644 --- a/templates/layouts/redirect.html +++ b/templates/layouts/redirect.html @@ -1,4 +1,4 @@ - + -- cgit v1.2.3-54-g00ecf