diff --git a/content/content-management/urls.md b/content/content-management/urls.md index f0d9dca41..c2c08a4d4 100644 --- a/content/content-management/urls.md +++ b/content/content-management/urls.md @@ -161,7 +161,7 @@ Assuming a `baseURL` of `example.com`, the contents of the auto-generated alias ``` -The `http-equiv="refresh"` line is what performs the redirect, in 0 seconds in this case. If an end user of your website goes to `https://example.com/posts/my-old-url`, they will now be automatically redirected to the newer, correct URL. The addition of `` lets search engine bots know they they should not crawl and index your new alias page. +The `http-equiv="refresh"` line is what performs the redirect, in 0 seconds in this case. If an end user of your website goes to `https://example.com/posts/my-old-url`, they will now be automatically redirected to the newer, correct URL. The addition of `` lets search engine bots know that they should not crawl and index your new alias page. ### Customize You may customize this alias page by creating an `alias.html` template in the diff --git a/content/hosting-and-deployment/deployment-with-wercker.md b/content/hosting-and-deployment/deployment-with-wercker.md index 9b41ed793..ac9d7a3e6 100644 --- a/content/hosting-and-deployment/deployment-with-wercker.md +++ b/content/hosting-and-deployment/deployment-with-wercker.md @@ -128,7 +128,7 @@ git push -u origin master ## Set Up Wercker -To sign up for a free Wercker account, go to and click the the **Sign Up** button on the top right of the home screen. +To sign up for a free Wercker account, go to and click the **Sign Up** button on the top right of the home screen. ![][3] diff --git a/content/hosting-and-deployment/hosting-on-keycdn.md b/content/hosting-and-deployment/hosting-on-keycdn.md index 78337c138..05bac2ff4 100644 --- a/content/hosting-and-deployment/hosting-on-keycdn.md +++ b/content/hosting-and-deployment/hosting-on-keycdn.md @@ -24,7 +24,7 @@ draft: false ## Create a KeyCDN Pull Zone -The first step will be to login to your KeyCDN account and create a new zone. Name this whatever you like and select the [Pull Zone](https://www.keycdn.com/support/create-a-pull-zone/) option. As for the the origin URL, your site will be running on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/getting_started_part_one.html) with a URL of `https://youruser.gitlab.io/reponame/`. Use this as the Origin URL. +The first step will be to login to your KeyCDN account and create a new zone. Name this whatever you like and select the [Pull Zone](https://www.keycdn.com/support/create-a-pull-zone/) option. As for the origin URL, your site will be running on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/getting_started_part_one.html) with a URL of `https://youruser.gitlab.io/reponame/`. Use this as the Origin URL. ![Screenshot of KeyCDN's pull zone creation page](/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png) diff --git a/content/news/0-16.md b/content/news/0-16.md index 366862e4d..e33f8e546 100644 --- a/content/news/0-16.md +++ b/content/news/0-16.md @@ -90,7 +90,7 @@ times decreased anywhere from 10% to 99%. * Add config layout and content directory CLI options {{}} * Add boolean value comparison to `where` template function {{}} -* Do not write to to cache when `ignoreCache` is set {{}} +* Do not write to cache when `ignoreCache` is set {{}} * Add option to disable rendering of 404 page {{}} * Mercurial is no longer needed to build Hugo {{}} * Do not create `robots.txt` by default {{}} diff --git a/content/templates/lists.md b/content/templates/lists.md index 7609339f0..85de5fe09 100644 --- a/content/templates/lists.md +++ b/content/templates/lists.md @@ -143,7 +143,7 @@ This above will output the following HTML: You do *not* have to create an `_index.md` file for every list page (i.e. section, taxonomy, taxonomy terms, etc) or the homepage. If Hugo does not find an `_index.md` within the respective content section when rendering a list template, the page will be created but with no `{{.Content}}` and only the default values for `.Title` etc. -Using this same `layouts/_default/list.html` template and applying it to the the `quotes` section above will render the following output. Note that `quotes` does not have an `_index.md` file to pull from: +Using this same `layouts/_default/list.html` template and applying it to the `quotes` section above will render the following output. Note that `quotes` does not have an `_index.md` file to pull from: {{< code file="example.com/quote/index.html" copy="false" >}}