From 170e9616b241f8d6975eaba7f7cf24ec9d170050 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 20 Feb 2017 02:52:47 -0600 Subject: [PATCH] Finish though in create-your-own-theme admonishment --- content/hosting-and-deployment/hosting-on-github.md | 4 +++- content/themes/creating-a-theme.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 %}}