aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-02-06 13:12:48 -0600
committerChristian Cleberg <[email protected]>2024-02-06 13:12:48 -0600
commit7cdecfad5ff2abd187484580f3d48604b042ebfc (patch)
treef63ef63172419c0925ded63b28fdbd7257eecc18 /templates/base.html
parent5271886db96655f70cbfc225b898f8cc27443250 (diff)
downloadcleberg.net-7cdecfad5ff2abd187484580f3d48604b042ebfc.tar.gz
cleberg.net-7cdecfad5ff2abd187484580f3d48604b042ebfc.tar.bz2
cleberg.net-7cdecfad5ff2abd187484580f3d48604b042ebfc.zip
update page template to include local titles
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 1c9c40d..2eb6465 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,7 +1,9 @@
<!doctype html>
<html lang="en">
<head>
+ {% block title %}
<title>cleberg.net</title>
+ {% endblock %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#111" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#fff" media="(prefers-color-scheme: light)">