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-06-02 05:09:44 +0300
committerKishan B <bkishan@thoughtworks.com>2018-06-02 05:09:44 +0300
commitf7c6034ae21ecc04932e7c283cc8b15b14d5aaec (patch)
treeef3d67435570cf708c1aab488c65e2af65f59ca3
parentec5501f2389b3a5abd0f4653424005eb17b483e3 (diff)
Add trailing slash to nav links
-rw-r--r--layouts/partials/products/common/site-main-nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/products/common/site-main-nav.html b/layouts/partials/products/common/site-main-nav.html
index e485029..707b3a3 100644
--- a/layouts/partials/products/common/site-main-nav.html
+++ b/layouts/partials/products/common/site-main-nav.html
@@ -1,7 +1,7 @@
<nav class="navbar navbar-expand navbar-light justify-content-center">
<ul class="navbar-nav">
<li class="nav-item">
- <a class="nav-link" href="/products">All</a>
+ <a class="nav-link" href="/products/">All</a>
</li>
{{ range ($.Site.GetPage "taxonomyTerm" "categories").Pages }}
<li class="nav-item">