summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorJJ2023-05-03 09:56:10 +0000
committerJJ2023-05-03 10:02:47 +0000
commit846c739f7d53d12e1adb09686754febfe84ab52f (patch)
treec7062a3cc2db0e985568176afd4a44f383841101 /_layouts/default.html
parent52e99050572d0b922f76266134383bfc66be8eca (diff)
minor tweaks
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 482d2f0..6074f7a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/jpg" href="assets/light.png">
<link rel="stylesheet" href="css/style.css">
- <title> apropos | {{page.title}} </title>
+ <title> {{page.title}} </title>
</head>
<body>
{{ content }}