all repos — aaoth.xyz @ 2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5

aaoth.xyz website

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
commit

2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5

parent

cdb583d7ec589ae85d96aba94d8b48b2d2dfcc6a

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
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.htmlindex.html

@@ -1,5 +1,5 @@

--- -title: aaoth.xyz +title: home --- <h1>wait</h1> <p>There's nothing yet, but soon</p>