[gtk-web] Fix up includes in static pages
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk-web] Fix up includes in static pages
- Date: Sun, 19 Apr 2020 20:23:25 +0000 (UTC)
commit 8d1915b9d7f28af1fdf4d6f70ce29115845f9e00
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Apr 19 21:23:09 2020 +0100
    Fix up includes in static pages
 404.html    | 2 ++
 setuid.html | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/404.html b/404.html
index aaead98..368c4b7 100644
--- a/404.html
+++ b/404.html
@@ -22,3 +22,5 @@
 <script>
 // console.log(window.history.back());
 </script>
+
+{% include footer.html %}
diff --git a/setuid.html b/setuid.html
index dac8d76..d614e1e 100644
--- a/setuid.html
+++ b/setuid.html
@@ -1,6 +1,8 @@
-{% include header.html %}
+---
+
+---
 
-{% include navbar.html %}
+{% include header.html %}
 
 <div class="container py-4 d-flex align-items-center justify-content-center" style="min-height: 100vh;">
   <div class="row justify-content-center">
@@ -59,5 +61,4 @@
   </div>
 </div>
 
-{% include scripts.html %}
 {% include footer.html %}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]