commit 06544dbd5c0ee097c8d3041818299d7d433ad0d2 parent 24e6e2ff3b2ccd0164fd84bdcf7b54f7828f15fd Author: Nathan Randecker <nathan.randecker@gmail.com> Date: Mon, 16 Jan 2017 23:40:26 -0600 Added url Diffstat:
| M | _config.yml | | | 1 | + |
| D | _layouts/page.html | | | 5 | ----- |
| D | _layouts/post.html | | | 5 | ----- |
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/_config.yml b/_config.yml @@ -1,6 +1,7 @@ # Site settings title: A blog about lorem ipsum dolor sit amet description: A blog about lorem ipsum dolor sit amet +url: "https://nrandecker.github.io" # the base hostname & protocol for your site e.g. http://willianjusten.com.br # User settings username: Anon Developer diff --git a/_layouts/page.html b/_layouts/page.html @@ -1,5 +0,0 @@ ---- -layout: default ---- - -{{ content }} diff --git a/_layouts/post.html b/_layouts/post.html @@ -1,5 +0,0 @@ ---- -layout: default ---- - -{{ content }}