<div class="footer">
<div class="nav nav-bottom">
<ul>
{{- range .Site.Menus.footer }}
<li>
{{- if .URL }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{- else }}
{{ .Name }}
{{- end }}
</li>
{{- with .Site.Home.OutputFormats.Get "RSS" }}
<a href="{{ .RelPermalink }}">RSS</a>
</ul>
</div>
{{- with .Site.Copyright }}
<div class="copyright">
{{ . }}