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 17:03:17 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-13 17:03:17 +0300
commit4e354250736ecd13055ebf8be000c71f06536317 (patch)
tree0eb7d206189c291e05b28cc2a8a66c8d572630bd /layouts
parent8727ed7e1170df769e04dbfb494fee02035c66db (diff)
Remove leading slash in products
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 13bd403..0e648b3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,3 +1,3 @@
<head>
- <meta http-equiv="refresh" content="0; URL={{ "/products" | absURL }}" />
+ <meta http-equiv="refresh" content="0; URL={{ "products" | absURL }}" />
</head> \ No newline at end of file