diff --git a/static/style/main.scss b/static/style/main.scss index 5b4e7db..a7d81b9 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -90,7 +90,6 @@ ul { header { display: flex; - flex-direction: row-reverse; justify-content: space-between; background-color: $mantle; padding: .5rem; diff --git a/templates/header.tmpl b/templates/header.tmpl index 4aa02db..c87f396 100644 --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -1,4 +1,10 @@
+ {%- if request.path != url_for('index') %} + Coders Squad + {%- else %} +
+ {%- endif %} + - - {%- if request.path != url_for('index') %} - Coders Squad - {%- endif %}
\ No newline at end of file diff --git a/templates/personal/risdeveau/index.html b/templates/personal/risdeveau/index.html index 814bdde..85c802a 100644 --- a/templates/personal/risdeveau/index.html +++ b/templates/personal/risdeveau/index.html @@ -57,6 +57,10 @@ +
+ Coders Squad +
+

Development