From 3ef739f477b04b125085ebfef065651bc55c5e01 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 7 Jun 2017 06:55:21 +0100 Subject: [PATCH] Perf --- app.js | 2 +- templates/partials/footer.html | 23 ----------------------- templates/partials/head.html | 1 - templates/post.html | 23 +++++++++++++++++++++++ 4 files changed, 24 insertions(+), 25 deletions(-) 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