From e93346ffa90f6c09a9a57b48c6607925dc7ff46e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:57:30 +0100 Subject: Remove the public/ directory Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. --- themes/sourcehut/compose.html | 79 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 themes/sourcehut/compose.html (limited to 'themes/sourcehut/compose.html') diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html new file mode 100644 index 0000000..e845423 --- /dev/null +++ b/themes/sourcehut/compose.html @@ -0,0 +1,79 @@ +{{template "head.html"}} +{{template "nav.html"}} + +
+
+
+

INBOX

+ +
+
+
+
+
+ +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
+
+ Cancel + +
+
+
+ +{{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b