aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-02-06 13:12:48 -0600
committerChristian Cleberg <hello@cleberg.net>2024-02-06 13:12:48 -0600
commit8c7130e2a13faefca56dca8a9278bb1852d31d2b (patch)
treef63ef63172419c0925ded63b28fdbd7257eecc18 /templates/base.html
parentf8ab5dd11379487f16271a0a976e964c877dfa51 (diff)
downloadcleberg.net-8c7130e2a13faefca56dca8a9278bb1852d31d2b.tar.gz
cleberg.net-8c7130e2a13faefca56dca8a9278bb1852d31d2b.tar.bz2
cleberg.net-8c7130e2a13faefca56dca8a9278bb1852d31d2b.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)">