From 661454f5f73182da69401d1dff9c7c3c7693129b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 16 Aug 2023 00:50:25 +0530 Subject: removed docs page --- layouts/partials/head.html | 5 ----- layouts/partials/index_nav.html | 3 --- layouts/partials/nav.html | 1 - 3 files changed, 9 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 565da2b..3acf837 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,10 +21,5 @@ {{ .Title }} - {{ .Site.Params.listsTitle }} - {{ else if eq .Type "docs"}} - - - - {{ .Title }} - {{ .Site.Params.docsTitle }} {{ end }} diff --git a/layouts/partials/index_nav.html b/layouts/partials/index_nav.html index 2c91552..fe3a482 100644 --- a/layouts/partials/index_nav.html +++ b/layouts/partials/index_nav.html @@ -7,9 +7,6 @@
  • Lists
  • -
  • - Projects -
  • Git
  • 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 @@
  • Contact
  • Blog
  • Lists
  • -
  • Docs
  • -- cgit v1.2.3