diff --git a/content/hosting-and-deployment/deployment-with-wercker.md b/content/hosting-and-deployment/deployment-with-wercker.md index 28e36f4e9..0973cb33b 100644 --- a/content/hosting-and-deployment/deployment-with-wercker.md +++ b/content/hosting-and-deployment/deployment-with-wercker.md @@ -126,7 +126,7 @@ git commit -a -m "Initial commit" ## Adding the Project to GitHub -Now we need to create a new repository on GitHub. Once you are signed in to GitHub, you can add a new repository by clicking on the **+▼** dropdown at the top right or by going to `https://github.com/new`. +Now we need to create a new repository on GitHub. Once you are signed in to GitHub, you can add a new repository by clicking on the **+▼** dropdown at the top right or by going to [https://github.com/new](https://github.com).. We then choose a name for the project (`hugo-wercker-example`). When clicking on create repository GitHub displays the commands for adding an existing project to the site. The commands shown below are the ones used for this site, if you're following along you will need to use the ones shown by GitHub. Once we've run those commands the project is in GitHub and we can move on to setting up the Wercker configuration. Be sure to replace `YourUserName` with your GitHub account/username: diff --git a/content/templates/ordering-and-grouping.md b/content/templates/ordering-and-grouping.md index bcd5e9d36..452157d88 100644 --- a/content/templates/ordering-and-grouping.md +++ b/content/templates/ordering-and-grouping.md @@ -174,12 +174,14 @@ your list templates: ### By Link Title {{% code file="layouts/partials/by-link-title.html" %}} +```html {{ range .Data.Pages.ByLinkTitle }}