aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-16 00:50:25 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-16 00:50:25 +0530
commit661454f5f73182da69401d1dff9c7c3c7693129b (patch)
tree50f2f8046e416e41fac61126d283d074bf71ea2e /layouts/partials/nav.html
parentc5b579c719b5197510091472af951a675beb6211 (diff)
removed docs pageHEADmaster
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index fc951bd..ec8a08d 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -5,7 +5,6 @@
<li><a href="/contact/" class="{{ if eq "contact" . }}selected{{ end }}">Contact</a></li>
<li><a href="/blog/" class="{{ if eq "blog" . }}selected{{ end }}">Blog</a></li>
<li><a href="/lists/" class="{{ if eq "lists" . }}selected{{ end }}">Lists</a></li>
- <li><a href="/docs/" class="{{ if eq "docs" . }}selected{{ end }}">Docs</a></li>
</ul>
</nav>
</header>