summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2023-05-03 09:56:10 +0000
committerJJ2023-05-03 10:02:47 +0000
commit846c739f7d53d12e1adb09686754febfe84ab52f (patch)
treec7062a3cc2db0e985568176afd4a44f383841101
parent52e99050572d0b922f76266134383bfc66be8eca (diff)
minor tweaks
-rw-r--r--_layouts/default.html2
-rw-r--r--about.html2
2 files changed, 2 insertions, 2 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 }}
diff --git a/about.html b/about.html
index 80b46ae..37b7c29 100644
--- a/about.html
+++ b/about.html
@@ -1,6 +1,6 @@
---
layout: default
-title: about
+title: About
---
{% include header.html %}
<main>