From ad27e7f06db971eac3a8e88f4e70b3e6090826db Mon Sep 17 00:00:00 2001 From: spencer Date: Sun, 26 Apr 2026 14:38:14 +0000 Subject: [PATCH] Update title in default template page --- templates/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_index.html b/templates/_index.html index 0252572..05be070 100644 --- a/templates/_index.html +++ b/templates/_index.html @@ -1,5 +1,5 @@ {% import "common.html" as common %} -{{ common::meta(title="Spencer Whitehead - Publications") }} +{{ common::meta(title="") }} {{ common::nav() }}