diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 16:38:17 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 17:12:19 +0300 |
| commit | 2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5 (patch) | |
| tree | 9c33020020c1caa85e7f899fcb4d9373185d897b | |
| parent | cdb583d7ec589ae85d96aba94d8b48b2d2dfcc6a (diff) | |
| download | aaoth.xyz-2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5.tar.gz aaoth.xyz-2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5.zip | |
fix page title
just wanted it to show page title and site title
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 123da90..2a76f76 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ <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> @@ -1,5 +1,5 @@ --- -title: aaoth.xyz +title: home --- <h1>wait</h1> <p>There's nothing yet, but soon</p> |
