diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 15:48:55 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 17:02:17 +0300 |
| commit | 3e7dc756f155e264e3b1d229b60cc01b8c2c0367 (patch) | |
| tree | 7cb7cb7e4f73b0d093fa1ce40d35fd98c87d9eee | |
| parent | c49c05a5532ba00c6991ebde4bf52f2ea9f84b7a (diff) | |
| download | aaoth.xyz-3e7dc756f155e264e3b1d229b60cc01b8c2c0367.tar.gz aaoth.xyz-3e7dc756f155e264e3b1d229b60cc01b8c2c0367.zip | |
add default layout to config
and lowercased the heading :p
| -rw-r--r-- | _config.yml | 8 | ||||
| -rw-r--r-- | 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" @@ -1,6 +1,5 @@ --- -layout: default title: aaoth.xyz --- -<h1>Wait</h1> +<h1>wait</h1> <p>There's nothing yet, but soon</p> |
