From 3e7dc756f155e264e3b1d229b60cc01b8c2c0367 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 14 Aug 2020 15:48:55 +0300 Subject: add default layout to config and lowercased the heading :p --- _config.yml | 8 +++++++- index.html | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 67d6e2a..7d89b26 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,12 @@ -title: AAOTH +title: aaoth # exclude non-site files exclude: - LICENSE - README.md + +defaults: + - scope: + path: "" + values: + layout: "default" diff --git a/index.html b/index.html index bffe507..d328294 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ --- -layout: default title: aaoth.xyz --- -

Wait

+

wait

There's nothing yet, but soon

-- cgit v1.2.3