diff options
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | about.html | 2 |
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 }} @@ -1,6 +1,6 @@ --- layout: default -title: about +title: About --- {% include header.html %} <main> |