fix page title just wanted it to show page title and site title
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 16:38:17 +0300
2 files changed,
2 insertions(+),
2 deletions(-)
M
_layouts/default.html
→
_layouts/default.html
@@ -2,7 +2,7 @@ <!doctype html>
<html> <head> <meta charset="utf-8"> - <title>{{ site.title }}</title> + <title>{{ page.title }} - {{ site.title }}</title> <link rel="stylesheet" href="assets/css/style.css"> </head> <body>
M
index.html
→
index.html
@@ -1,5 +1,5 @@
--- -title: aaoth.xyz +title: home --- <h1>wait</h1> <p>There's nothing yet, but soon</p>