diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..251224b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +setup: + python3 -m venv .venv + .venv/bin/pip install -r requirements.txt + +dev: + ./bin/dev + +prod: + ./bin/prod diff --git a/suchwow/templates/index.html b/suchwow/templates/index.html index 8e9eaf8..0369739 100644 --- a/suchwow/templates/index.html +++ b/suchwow/templates/index.html @@ -4,6 +4,11 @@
+

Leaderboards

+ + +
+

{% block title %}Latest Posts{% endblock %}

@@ -46,11 +51,6 @@ {% endif %} {% endif %} -
-

Leaderboards

- - -
{% endblock %} diff --git a/suchwow/templates/navbar.html b/suchwow/templates/navbar.html index 0f30072..7dacdb6 100755 --- a/suchwow/templates/navbar.html +++ b/suchwow/templates/navbar.html @@ -7,6 +7,11 @@