split the footer part for better structure
This commit is contained in:
parent
365a5731ca
commit
514e9a167f
11 changed files with 120 additions and 101 deletions
|
@ -10,7 +10,7 @@
|
|||
<div>
|
||||
<ul class="sidebar-nav">
|
||||
{{ range .Site.Menus.main -}}
|
||||
<li><a href="{{.URL}}"> {{ .Name | upper }} </a></li>
|
||||
<li><a href="{{.URL}}"> {{ .Name | title }} </a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue