summaryrefslogtreecommitdiff
path: root/src/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.php')
-rw-r--r--src/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php
index 351d201..1b769b5 100644
--- a/src/template.php
+++ b/src/template.php
@@ -11,7 +11,7 @@ $nav = fn(string $ln) =>
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="MSThemeCompatible" content="no" />
<meta name="format-detection" content="telephone=no" />
- <title><?= htmlentities($params["title"] ?? "") ?></title>
+ <title><?= !empty($params["title"]) ? (htmlentities($params["title"]) . " &vert; ") : "" ?>hozyro&#039;s site</title>
<link rel="stylesheet" href="/static/style.css?<?= assetver("static/style.css") ?>" type="text/css" />
</head>
<body>