diff --git a/README.md b/README.md index ed87e20..232f0c7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can host the production output on any web server or service you like and upl If you don't have an existing place to host your site you should have a look at [Netlify](https://www.netlify.com), I can't recommend it enough. To get started you can hit the button below. -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/scottishstoater/eleventy-web-starter) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/chrissy-dev/eleventy-web-starter) --- diff --git a/src/_data/site.js b/src/_data/site.js index 187aa9e..7d61022 100755 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -4,7 +4,7 @@ module.exports = { "url": "https://eleventywebstarter.netlify.app", "author": "Chris Collins", "meta_data": { - "twitter": "@scottishstoater", + "twitter": "@chrissy_dev", "opengraph_default": "/static/opengraph-default.jpg" }, "env": process.env.ELEVENTY_ENV === 'production' diff --git a/src/index.njk b/src/index.njk index 149e4eb..d7efd67 100755 --- a/src/index.njk +++ b/src/index.njk @@ -11,10 +11,10 @@ description: Eleventy Web Starter is a lightweight Eleventy boilerplate utilisin