mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
18
themes/minimo/layouts/partials/footer.html
Normal file
18
themes/minimo/layouts/partials/footer.html
Normal file
@@ -0,0 +1,18 @@
|
||||
</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>
|
Reference in New Issue
Block a user