Files
site/themes/minimo/layouts/partials/footer.html
2021-09-06 13:02:12 -04:00

19 lines
408 B
HTML

</main>
<footer id='footer' class='footer'>
<div class='container sep-before'>
{{- $footerWidgets := .Site.Params.widgets.footer -}}
{{- partial "extras/widget_area" ( dict "Widgets" $footerWidgets "Scope" . ) -}}
{{ partial "footer/copyright" . }}
</div>
</footer>
</div>
</div>
{{- partial "footer/scripts" . -}}
</body>
</html>