summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-01-24 09:57:07 +0100
committerStefan Kreutz <mail@skreutz.com>2025-01-24 09:57:07 +0100
commit3022bc3bd3513f3691f468d488b14a61253d9512 (patch)
treefb808b29ff29eae836b70cd941f1b7bca69c36ba /templates/default.html
parentce9dc4cf93ccb76037b3f7d7e5f4ab22aaa76d3e (diff)
downloadblog-3022bc3bd3513f3691f468d488b14a61253d9512.tar
Change page title template
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html
index 501a1e0..2c90301 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -11,7 +11,7 @@
$else$
<meta name="description" content="Stefan Kreutz' personal website.">
$endif$
- <title>skreutz.com - $title$</title>
+ <title>$title$ | Stefan Kreutz</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="icon" href="data:,">
Generated by cgit. See skreutz.com for my tech blog and contact information.