From 4c8f7d6837919fc0f52148ef4dab43b5e8501d7c Mon Sep 17 00:00:00 2001 From: Alexandros Date: Mon, 17 Dec 2018 17:48:11 +0200 Subject: [PATCH] Incorporate feedback See https://github.com/gohugoio/hugoDocs/pull/690/files/4fa760d7096692366c2d09606e43d9b58d792131#r242191660 https://github.com/gohugoio/hugoDocs/pull/690/files/4fa760d7096692366c2d09606e43d9b58d792131#r242195513 --- content/en/themes/creating.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/themes/creating.md b/content/en/themes/creating.md index 9e58660db..7d5540b20 100644 --- a/content/en/themes/creating.md +++ b/content/en/themes/creating.md @@ -21,10 +21,9 @@ wip: true {{% warning "Use Absolute Links" %}} If you're creating a theme with plans to share it on the [Hugo Themes website](https://themes.gohugo.io/) please note the following: -- If you choose to use relative URLs in your template you need to quote them. -- In style tags you will need to use absolute URLs, for the linked assets to be served properly. +- If using relative URLs in links, they must be quoted, e.g `` and `` +- If using inline styles you will need to use absolute URLs, for the linked assets to be served properly, e.g. `
` - Make sure not to use a forward slash `/` in the beginning of a `URL`, because it will point to the host root. Your theme's demo will be available in a subdirectory of the Hugo website and in this scenario Hugo will not generate the correct `URL` for theme assets. - {{% /warning %}} Hugo can initialize a new blank theme directory within your existing `themes` using the `hugo new` command: