diff --git a/.DS_Store b/.DS_Store index 29f428ce..4767132e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/_config.yml b/_config.yml index 04e3099e..219d55dc 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ email: bazyl@levitytech.net description: >- # this means to ignore newlines until "baseurl:" This is a site for us to show off our amazing team and skills! baseurl: "" # the subpath of your site, e.g. /blog -url: "https://www.levitytech.net" # the base hostname & protocol for your site, e.g. http://example.com +url: "127.0.0.1:4000" # the base hostname & protocol for your site, e.g. http://example.com root: "" twitter_username: llclevity github_username: bazylhorsey diff --git a/_layouts/default.html b/_layouts/default.html index bbec56a2..b3529146 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,7 @@ + @@ -30,6 +31,6 @@ - --> + diff --git a/_layouts/post.html b/_layouts/post.html index 762b270d..b85ca0d6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,3 @@ ---- -layout: default ---- -

{{ page.title }}