layouts/_default/baseof.html: Remove trailing whitespace

This commit is contained in:
Alan Orth 2017-04-04 11:54:30 +03:00
parent e811b25fdc
commit 09d089f214
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}