Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2018-11-16 19:31:58 +0300
committerAlex <onedrawingperday@gmail.com>2018-11-16 19:31:58 +0300
commit9c7984a79c5404c76896e39e734138f4c945b1f9 (patch)
tree49ef00096f276aaf2e2c2ab1c5280e928a29d7aa /README.md
parent846299e288cfd99018e17e8e0403bc7788d517da (diff)
Revert "Amend Common Permalink Issues in README"
This reverts commit b625fb5e5b2221fed0e4de8ee100b8c00a51101b.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38735df..50e017b 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ The demo of your theme will be available in a sub-directory of the Hugo Themes w
1. You need to create absolute paths in the templates for the theme's assets, by using either the `absURL` function or `.Permalink`. Also make sure not to use a forward slash `/` in the beginning of a PATH, because Hugo will turn it into a relative URL and the `absURL` function will have no effect.
-2. If you are using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to publish your theme's resources due to bug [gohugoio/hugo#5226](https://github.com/gohugoio/hugo/issues/5226) you will need to temporarily use `.RelPermalink` in the templates, so that these assets are served correctly on the website.
+2. If you are using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to publish your theme's resources you need to use `.RelPermalink` in the templates, so that these assets are served correctly on the website.
## Testing a theme with the Hugo Themes website Build Script