diff --git a/content/en/functions/after.md b/content/en/functions/after.md index d627f792a..80c0dd241 100644 --- a/content/en/functions/after.md +++ b/content/en/functions/after.md @@ -62,5 +62,5 @@ You can use `after` in combination with the [`first` function][] and Hugo's [pow [`first` function]: /functions/first/ [list/section page]: /templates/section-templates/ -[lists]: /lists/ +[lists]: /templates/lists/#order-content [slice]: /functions/slice/ diff --git a/content/en/hosting-and-deployment/deployment-with-wercker.md b/content/en/hosting-and-deployment/deployment-with-wercker.md index 1fed46430..fcd0ea808 100644 --- a/content/en/hosting-and-deployment/deployment-with-wercker.md +++ b/content/en/hosting-and-deployment/deployment-with-wercker.md @@ -289,8 +289,6 @@ Once this workflow is established, you can update your website automatically by [The source code for the site used in this guide is available on GitHub][guidesource], as is the [Wercker Hugo Build step][guidestep]. -If you want to see an example of how you can deploy to S3 instead of GitHub pages, check [Wercker's documentation][werckerdocs] for guidance on setup. - [1]: /images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png [2]: /images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png [3]: /images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png @@ -321,4 +319,3 @@ If you want to see an example of how you can deploy to S3 instead of GitHub page [hugoconfig]: /getting-started/configuration/ [publicappurl]: https://app.wercker.com/#applications/5586dcbdaf7de9c51b02b0d5 [quickstart]: /getting-started/quick-start/ -[werckerdocs]: http://devcenter.wercker.com/docs/deploy/s3.html diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index 4e750216c..e3d7e09c3 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -152,7 +152,7 @@ Various optional metadata can also be set: - The first 6 `tags` on the page are used for the tags metadata. - The `series` taxonomy is used to specify related "see also" pages by placing them in the same series. -If using YouTube this will produce a og:video tag like ``. If using a YouTube link make sure this is in **https://www.youtube.com/v/NlXVWtgLNjY** not __https://www.youtube.com/watch?v=NlXVWtgLNjY__ +If using YouTube this will produce a og:video tag like ``. Use the `https://youtu.be/` format with YouTube videos (example: `https://youtu.be/qtIqKaDlqXo`). ### Use the Open Graph Template diff --git a/content/en/variables/site.md b/content/en/variables/site.md index 9fc6c49a0..6b3f1d843 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -22,7 +22,7 @@ The following is a list of site-level (aka "global") variables. Many of these va ## Get the Site object from a partial -All the methods below, e.g. `.Site.RegularPages` can also be reached via the global `site` function, e.g. `site.RegularPages`, which can be handy in partials where the `Page` object isn't easily available. {{< new-in "0.53.0" >}}. +All the methods below, e.g. `.Site.RegularPages` can also be reached via the global `site` function, e.g. `site.RegularPages`, which can be handy in partials where the `Page` object isn't easily available. {{< new-in "0.53" >}}. ## Site Variables List