Skip to content

Commit

Permalink
Correct handles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissy-dev committed Jan 12, 2022
1 parent 7ae3717 commit 65d74ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion src/_data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ description: Eleventy Web Starter is a lightweight Eleventy boilerplate utilisin

<ul class="md:flex my-4 -mx-2 leading-tight ">
<li class="md:flex-auto p-2">
<a href="https://github.com/scottishstoater/eleventy-web-starter/zipball/master/" class="block shadow text-center no-underline p-3 font-semibold bg-ws-blue-500 text-white rounded hover:bg-ws-blue-600">Download (.zip)</a>
<a href="https://github.com/chrissy-dev/eleventy-web-starter/zipball/master/" class="block shadow text-center no-underline p-3 font-semibold bg-ws-blue-500 text-white rounded hover:bg-ws-blue-600">Download (.zip)</a>
</li>
<li class="md:flex-auto p-2">
<a href="https://github.com/scottishstoater/eleventy-web-starter#features" class="block text-center no-underline text-black p-3 font-semibold rounded border hover:bg-gray-100">Get started</a>
<a href="https://github.com/chrissy-dev/eleventy-web-starter#features" class="block text-center no-underline text-black p-3 font-semibold rounded border hover:bg-gray-100">Get started</a>
</li>
</ul>

Expand Down

0 comments on commit 65d74ff

Please sign in to comment.