<nav>{{ range .Site.Sections }}
<a href="{{.Permalink}}">
<h2>{{.Title}}</h2>
{{if .Params.icon}}
<img src="{{.Params.icon}}">
{{end}}
</a>
</nav>