mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
layouts/_default/baseof.html: Remove trailing whitespace
This commit is contained in:
parent
e811b25fdc
commit
09d089f214
@ -40,7 +40,7 @@
|
||||
{{ range .Site.Menus.navbar }}
|
||||
{{ $menuRelURL := .URL | relLangURL }}
|
||||
<a class="nav-link {{ if eq $menuRelURL $currentRelURL }}active{{ end }}" href="{{.URL | absURL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range where .Site.RegularPages "Type" "!=" "post" }}
|
||||
{{ $permalinkRelURL := .Permalink | relLangURL }}
|
||||
|
Loading…
Reference in New Issue
Block a user