Trim more whitespace in template logic
This commit is contained in:
parent
82832c1244
commit
fe56862a53
3 changed files with 6 additions and 6 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
<ul class="sidebar-nav">
|
||||
<li><a href="{{ .Site.BaseURL }}">Home</a> </li>
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ range .Site.Menus.main -}}
|
||||
<li><a href="{{.URL}}"> {{ .Name }} </a></li>
|
||||
{{end}}
|
||||
{{- end }}
|
||||
</ul>
|
||||
|
||||
<p>{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue