omegamma/layouts/partials/footer.html

21 lines
702 B
HTML
Raw Normal View History

2021-06-08 16:18:22 +00:00
<footer>
<br><br>
<div class="columns-container">
<div class="col3 footer-social-list grid padding-container-point3">
2021-06-08 16:18:22 +00:00
{{ range .Site.Menus.social }}
<a role="button" alt="{{ .Name }}" title="{{ .Name }}" href={{ .URL }}>
2021-06-08 16:18:22 +00:00
{{ .Pre }}
</a>
{{ end }}
</div>
<div class="text-center col3">
{{ .Site.Copyright }}
</div>
2021-07-13 22:58:41 +00:00
<div class="col3 text-right padding-container-1">
{{ .Site.Params.usingTheme }} <a href="/omegamma">Omegamma</a><br>
2021-06-08 16:18:22 +00:00
{{ .Site.Params.poweredBy }} <a href="https://gohugo.io">Hugo</a>
</div>
</div>
<br>
</footer>