From 72983121e68289a7497927417e52a8ec5f16aa7b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 21 May 2020 05:15:49 +0200 Subject: Drop static content. JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4. --- templates/archivepage.tmpl | 2 +- templates/blogpost.tmpl | 4 +- templates/feedlink.tmpl | 4 +- templates/page.tmpl | 113 +++++++++++++++++++++------------------------ 4 files changed, 57 insertions(+), 66 deletions(-) (limited to 'templates') diff --git a/templates/archivepage.tmpl b/templates/archivepage.tmpl index 738abcc..18ea4bc 100644 --- a/templates/archivepage.tmpl +++ b/templates/archivepage.tmpl @@ -7,7 +7,7 @@ -   +  
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl index 6156881..ddf2a8f 100644 --- a/templates/blogpost.tmpl +++ b/templates/blogpost.tmpl @@ -1,10 +1,10 @@

- RSS - Atom

diff --git a/templates/feedlink.tmpl b/templates/feedlink.tmpl index 7d82c02..f640ab5 100644 --- a/templates/feedlink.tmpl +++ b/templates/feedlink.tmpl @@ -1,8 +1,8 @@
- RSS + RSS - Atom + Atom
diff --git a/templates/page.tmpl b/templates/page.tmpl index 17dbcb6..b805d98 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -6,13 +6,8 @@ + - - - @@ -25,63 +20,59 @@
-
-
+
@@ -97,7 +88,7 @@ @@ -116,24 +107,24 @@

- +

- Last modified + Last modified - | History + | History - | Source + | Source - | Discussion + | Discussion - | Preferences + | Preferences -- cgit v1.2.3