Update title in default template page

This commit is contained in:
spencer 2026-04-26 14:38:14 +00:00
parent 8227b00542
commit ad27e7f06d

View file

@ -1,5 +1,5 @@
{% import "common.html" as common %} {% import "common.html" as common %}
{{ common::meta(title="Spencer Whitehead - Publications") }} {{ common::meta(title="") }}
<body> <body>
{{ common::nav() }} {{ common::nav() }}
</body> </body>