omegamma/layouts/partials/footer.html

21 lines
697 B
HTML

<footer>
<br><br>
<div class="columns-container">
<div class="col3 footer-social-list grid padding-container-3">
{{ range .Site.Menus.social }}
<a role="button" alt="{{ .Name }}" title="{{ .Name }}" href={{ .URL }}>
{{ .Pre }}
</a>
{{ end }}
</div>
<div class="text-center col3">
{{ .Site.Copyright }}
</div>
<div class="col3 text-right padding-container-3">
{{ .Site.Params.usingTheme }} <a href="/omegamma">Omegamma</a><br>
{{ .Site.Params.poweredBy }} <a href="https://gohugo.io">Hugo</a>
</div>
</div>
<br>
</footer>