mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
19 lines
408 B
HTML
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>
|