From 81ad9d57025d524ef36d508cca42a9ec913f170e Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Tue, 12 Nov 2024 20:09:18 -0600 Subject: [PATCH] Added location and changed styles --- web/templates/index.html | 115 ++++++++++++++++++------------------ web/templates/projects.html | 12 ++-- 2 files changed, 64 insertions(+), 63 deletions(-) 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 %}