From bb7a2c66ee07a0049f319cc7ded8bb34e790802a Mon Sep 17 00:00:00 2001
From: Julien Dessaux
Date: Fri, 29 Oct 2021 00:58:16 +0200
Subject: Updated css
---
src/templates/index.html | 13 +++++--------
src/templates/partials/footer.html | 7 ++++---
src/templates/partials/master.html | 9 ++++++---
src/templates/partials/nav.html | 16 ++++++----------
4 files changed, 21 insertions(+), 24 deletions(-)
(limited to 'src')
diff --git a/src/templates/index.html b/src/templates/index.html
index 2c27a14..bd0f853 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -2,10 +2,9 @@
{% block content %}
Shorten a URL
-
{% endblock %}
diff --git a/src/templates/partials/footer.html b/src/templates/partials/footer.html
index 6ae4459..555e0d1 100644
--- a/src/templates/partials/footer.html
+++ b/src/templates/partials/footer.html
@@ -1,5 +1,6 @@
diff --git a/src/templates/partials/master.html b/src/templates/partials/master.html
index 78e3211..cebdd61 100644
--- a/src/templates/partials/master.html
+++ b/src/templates/partials/master.html
@@ -1,16 +1,19 @@
-
-
+
+
short.adyxax.org
- {% importnwt "templates/partials/nav.html" %}
+
+ {% importnwt "templates/partials/nav.html" %}
+
+
{% block content %}{% endblock %}
{% importnwt "templates/partials/footer.html" %}
diff --git a/src/templates/partials/nav.html b/src/templates/partials/nav.html
index 8882ff0..a4132e0 100644
--- a/src/templates/partials/nav.html
+++ b/src/templates/partials/nav.html
@@ -1,10 +1,6 @@
-
+
--
cgit v1.2.3