diff --git a/_config.yml b/_config.yml index c955a27..7dbf442 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ permalink: pretty # Setup -title: tale +title: Tale subtitle: by Chester paginate: 5 baseurl: "" diff --git a/_layouts/default.html b/_layouts/default.html index cd5fb7d..14d2993 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@
-

{{ site.title }}

+

{{ site.title | downcase }}

diff --git a/_layouts/post.html b/_layouts/post.html index 20e3df1..b920d5b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,14 +2,18 @@ layout: default --- -
-
- -

{{ page.title }}

- - {{ content }} - +
+ + +

{{ page.title }}

+
+ + {{ content }} +