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

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-13 16:00:52 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-13 16:00:52 +0300
commit8727ed7e1170df769e04dbfb494fee02035c66db (patch)
tree890761a60d8fc46dd66f808c32ae998b25c4c954 /layouts
parentd7510dfdd0599bb1728b4f4eac98bd7d08103a02 (diff)
Make /products url absolute
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index bbbdcd8..13bd403 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,3 +1,3 @@
<head>
- <meta http-equiv="refresh" content="0; URL=/products" />
+ <meta http-equiv="refresh" content="0; URL={{ "/products" | absURL }}" />
</head> \ No newline at end of file