Cleaning navigation
This commit is contained in:
parent
27ff64bf3a
commit
5cf8ff1330
2 changed files with 3 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div class="sidebar-tree">
|
<div class="sidebar-tree">
|
||||||
<ul class="tree" id="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">
|
<div class="subtree">
|
||||||
{{ partial "navigators/sidebar.html" (dict "menuName" "sidebar" "menuItems" site.Menus.sidebar "ctx" .) }}
|
{{ partial "navigators/sidebar.html" (dict "menuName" "sidebar" "menuItems" site.Menus.sidebar "ctx" .) }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -66,10 +66,6 @@
|
||||||
{{ .Page.Content }}
|
{{ .Page.Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!---Next and Previous Navigator -->
|
|
||||||
<hr />
|
|
||||||
{{ partial "navigators/next-prev-navigator.html" . }}
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Keep backward compatibility with old config.yaml -->
|
<!-- Keep backward compatibility with old config.yaml -->
|
||||||
|
|
|
@ -67,9 +67,6 @@
|
||||||
</button>
|
</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a class="navbar-brand" href="{{ site.BaseURL | relLangURL }}">
|
<a class="navbar-brand" href="{{ site.BaseURL | relLangURL }}">
|
||||||
{{ if $logo }}
|
|
||||||
<img src="{{ $logo }}" id="logo" alt="Logo">
|
|
||||||
{{ end }}
|
|
||||||
{{- $navBarTitle -}}
|
{{- $navBarTitle -}}
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
|
@ -122,9 +119,9 @@
|
||||||
<div id="top-navbar-divider"></div>
|
<div id="top-navbar-divider"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $blogEnabled }}
|
{{ 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>
|
<a class="nav-link" id="blog-link" href="{{ path.Join (site.BaseURL | relLangURL) "posts" }}">{{ $blogTitle }}</a>
|
||||||
</li>
|
</li> -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $notesEnabled }}
|
{{ if $notesEnabled }}
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue