summaryrefslogtreecommitdiff
path: root/template/header.html
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2021-11-01 19:03:09 +0100
committerVincent Douillet <vincent@vdouillet.fr>2021-11-01 20:04:30 +0100
commit6595cafe41544ab13935d0e2356b101631d0e930 (patch)
treee6a74fec9755320d1382880e680a51d71297c166 /template/header.html
parent74f8f9e4974cf67d60e672be104090763e598cbc (diff)
add article title in title bar
Diffstat (limited to 'template/header.html')
-rw-r--r--template/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/header.html b/template/header.html
index 33d468b..9d99415 100644
--- a/template/header.html
+++ b/template/header.html
@@ -2,7 +2,7 @@
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
-<title>blog.vdouillet.fr</title>
+<title>$title</title>
<style>
@media (prefers-color-scheme: dark){
body {color:#fff;background:#000}