From 3ad975a5636f9b81c30bd3a49122c4140d625ac3 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 31 Aug 2024 13:38:10 +0200 Subject: [PATCH] allow website to be located not at the domain root --- templates/base.html | 16 ++++++++-------- templates/index.html | 14 ++++---------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/templates/base.html b/templates/base.html index 666d4a0..243468f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,9 +9,9 @@ RGB FAQ - - - + + + @@ -24,7 +24,7 @@ @@ -41,10 +41,10 @@

Social

- twitter logo - youtube logo - discord logo - github logo + twitter logo + youtube logo + discord logo + github logo
diff --git a/templates/index.html b/templates/index.html index 577eb5f..bdfacb7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,13 +3,13 @@ {% block social_media %} - + - + - + {% endblock social_media %} @@ -20,17 +20,11 @@
{{ section.content | safe }}
-
- - Get Started - -
- {% set bg = ["section-white", "section-red", "section-green", "section-purple"] %} {%- for page in section.pages %} {% set idx = loop.index % 4 %} -
+

{{ page.title }}