2021-08-02 21:13:38 +00:00
|
|
|
{{ $lang := .Site.Language.Lang }}
|
|
|
|
|
2021-06-08 16:18:22 +00:00
|
|
|
<footer>
|
2021-07-16 22:36:59 +00:00
|
|
|
<br>
|
2021-06-08 16:18:22 +00:00
|
|
|
<div class="columns-container">
|
2021-08-02 21:53:47 +00:00
|
|
|
<div class="col3 social-list grid padding-container-point3">
|
2021-08-02 21:13:38 +00:00
|
|
|
{{ range .Site.Data.menu.social }}
|
|
|
|
<a role="button" alt="{{ .name }}" title="{{ .name }}" href="{{ replace .URL "<lang>" $lang }}">
|
|
|
|
<i class="icon-{{ .icon }}" alt="{{ .icon }} social icon"></i>
|
2021-06-08 16:18:22 +00:00
|
|
|
</a>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
<div class="text-center col3">
|
2021-07-16 22:36:59 +00:00
|
|
|
<br>
|
2021-08-02 18:06:46 +00:00
|
|
|
{{ .Site.Copyright }}<br>
|
2021-08-06 20:27:38 +00:00
|
|
|
<p><a href="{{ .Site.Params.websiteSource }}">{{ i18n "websiteSource" }}</a></p>
|
|
|
|
{{ if .GitInfo }}
|
|
|
|
<p>Built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a></p>
|
|
|
|
{{ end }}
|
|
|
|
<a href="https://ad5001.eu/terms-of-use">Terms of use</a><br>
|
|
|
|
|
2021-06-08 16:18:22 +00:00
|
|
|
</div>
|
2021-07-13 22:58:41 +00:00
|
|
|
<div class="col3 text-right padding-container-1">
|
2021-08-06 20:27:38 +00:00
|
|
|
<p>{{ i18n "usingTheme" }} <a href="https://git.ad5001.eu/Ad5001/omegamma">Omegamma</a></p>
|
|
|
|
<p>{{ i18n "poweredBy" }} <a href="https://gohugo.io">Hugo</a></p>
|
2021-06-08 16:18:22 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</footer>
|