diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index d5940a443..b12b2faa5 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -16,7 +16,9 @@ needsreview: true notesforauthors: --- -*This tutorial was contributed by [Spencer Lyon](http://spencerlyon.com/) (Personal/Organization Pages) and [Gunnar Morling](https://github.com/gunnarmorling/).* +{{% note %}} +This hosting and deployment guide was originally contributed as a tutorial by [Spencer Lyon](http://spencerlyon.com/) and [Gunnar Morling](https://github.com/gunnarmorling/). +{{% /note %}} ## Introduction diff --git a/content/themes/creating-a-theme.md b/content/themes/creating-a-theme.md index 9711da899..5bb99154b 100644 --- a/content/themes/creating-a-theme.md +++ b/content/themes/creating-a-theme.md @@ -15,6 +15,6 @@ toc: false {{% warning "Use Proper Cross References" %}} -When creating your theme, it is not always safe to assume that the end user of the theme is working from the root directory of the website. That said, whenever possible, +When creating your theme, it is not always safe to assume that the end user of the theme is working from the root directory of the website. That said, whenever possible, use Hugo's powerful [URL management functions](/content-management/url-management/). {{% /warning %}}