Cleaning navigation

This commit is contained in:
Sharwin Patil 2025-01-19 12:36:28 -06:00
parent 27ff64bf3a
commit 5cf8ff1330
2 changed files with 3 additions and 10 deletions

View file

@ -18,7 +18,7 @@
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">
<li id="list-heading"><a href="{{ "/posts/" | relLangURL }}" data-filter="all">{{ i18n "posts" }}</a></li>
<li id="list-heading"><a href="{{ "/posts/" | relLangURL }}" data-filter="all">Project Posts</a></li>
<div class="subtree">
{{ partial "navigators/sidebar.html" (dict "menuName" "sidebar" "menuItems" site.Menus.sidebar "ctx" .) }}
</div>
@ -66,10 +66,6 @@
{{ .Page.Content }}
</div>
<!---Next and Previous Navigator -->
<hr />
{{ partial "navigators/next-prev-navigator.html" . }}
<hr />
<!-- Keep backward compatibility with old config.yaml -->

View file

@ -67,9 +67,6 @@
</button>
{{ end }}
<a class="navbar-brand" href="{{ site.BaseURL | relLangURL }}">
{{ if $logo }}
<img src="{{ $logo }}" id="logo" alt="Logo">
{{ end }}
{{- $navBarTitle -}}
</a>
<button
@ -122,9 +119,9 @@
<div id="top-navbar-divider"></div>
{{ end }}
{{ if $blogEnabled }}
<li class="nav-item">
<!-- <li class="nav-item">
<a class="nav-link" id="blog-link" href="{{ path.Join (site.BaseURL | relLangURL) "posts" }}">{{ $blogTitle }}</a>
</li>
</li> -->
{{ end }}
{{ if $notesEnabled }}
<li class="nav-item">