omegamma/layouts/partials/footer.html

24 lines
842 B
HTML

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