diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
commit | 661454f5f73182da69401d1dff9c7c3c7693129b (patch) | |
tree | 50f2f8046e416e41fac61126d283d074bf71ea2e /layouts/partials/nav.html | |
parent | c5b579c719b5197510091472af951a675beb6211 (diff) |
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r-- | layouts/partials/nav.html | 1 |
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> |