From 4ddbe51914bada8188f75794eb5044cd90b321c4 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Thu, 25 Apr 2024 22:18:27 +1200 Subject: [PATCH] Add script.js for website analytics tracking (#8) --- templates/_base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/_base.html b/templates/_base.html index ca92a3d..57c57c4 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -8,6 +8,7 @@ {% block title %}stuartm.nz{% endblock %} + {% include "snippets/navbar.html" %}