add default layout to config and lowercased the heading :p
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 15:48:55 +0300
2 files changed,
8 insertions(+),
3 deletions(-)
M
_config.yml
→
_config.yml
@@ -1,6 +1,12 @@
-title: AAOTH +title: aaoth # exclude non-site files exclude: - LICENSE - README.md + +defaults: + - scope: + path: "" + values: + layout: "default"
M
index.html
→
index.html
@@ -1,6 +1,5 @@
--- -layout: default title: aaoth.xyz --- -<h1>Wait</h1> +<h1>wait</h1> <p>There's nothing yet, but soon</p>