@@ 1,13 1,14 @@
<hr />
<footer>
<div style="display:flex;flex-flow:row wrap;justify-content:space-between">
<p style="align-self:flex-end;">
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}"><b>{{ .Name }}</b></a>.
{{- end }}
</p>
<p style="align-self:flex-start;">
© <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>.
</p>
</div>
{{ partial "footer-extra.html" }}
<p>
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}"><b>{{ .Name }}</b></a>.
{{- end }}
</p>
{{ partial "footer-extra.html" . }}
<p style="text-align: center" class="copyright">
© <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>.
</p>
</footer>