From: Damian Myrda Date: Wed, 13 Nov 2024 02:09:18 +0000 (-0600) Subject: Added location and changed styles X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=81ad9d57025d524ef36d508cca42a9ec913f170e;p=p8d.git Added location and changed styles --- diff --git a/web/templates/index.html b/web/templates/index.html index 1bdab09..e72107b 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,10 +1,6 @@ {% extends "base.html" %} -{% import "nav.html" as nav %} {% import "projects.html" as projects %} -{% block navbar %} -{{ nav::bar(active="home") }} -{% endblock %} {% block title %} prime8.dev @@ -12,19 +8,27 @@ {% block content %}