Removed localhost

This commit is contained in:
Marcus Noble 2016-07-26 10:11:56 +01:00
parent e2fa12dc31
commit aebfa1f960
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -41,7 +41,7 @@ Metalsmith(__dirname)
site: {
title: 'Marcus Noble',
description: 'Awesomeness with a side of geek',
url: 'http://localhost:8000' // 'https://blog.marcusnoble.co.uk'
url: 'https://blog.marcusnoble.co.uk'
}
}))
.use(date())