Cleaning navigation
This commit is contained in:
parent
27ff64bf3a
commit
5cf8ff1330
2 changed files with 3 additions and 10 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue