aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 90fc9fc..0c743ed 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/static/style.css">
<script src="/static/htmx.min.js"></script>
- <title>{{block "title" .}}{{end}} - imgbrd</title>
+ <title>{{block "title" .}}{{end}} - docspace</title>
</head>
<body>
{{block "nav" .}}{{end}}