diff --git a/app.js b/app.js index e07b7e3..c2e6541 100644 --- a/app.js +++ b/app.js @@ -46,7 +46,7 @@ Metalsmith(__dirname) site: { title: 'Marcus Noble', description: 'Awesomeness with a side of geek', - url: 'https://blog.marcusnoble.co.uk' + url: 'https://marcusnoble.co.uk' } })) .use(date()) diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 0703726..3f533fb 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -13,26 +13,3 @@ - - - - - - \ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html index b2d389d..7e75bb7 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -28,7 +28,6 @@ - diff --git a/templates/post.html b/templates/post.html index d2fad4a..982d092 100644 --- a/templates/post.html +++ b/templates/post.html @@ -29,5 +29,28 @@ {{> footer }} + + + + + + \ No newline at end of file