2021-08-02 23:13:38 +02:00
|
|
|
{{ $lang := .Site.Language.Lang }}
|
|
|
|
|
2021-06-08 18:18:22 +02:00
|
|
|
<footer>
|
2021-07-17 00:36:59 +02:00
|
|
|
<br>
|
2021-06-08 18:18:22 +02:00
|
|
|
<div class="columns-container">
|
2021-08-02 23:53:47 +02:00
|
|
|
<div class="col3 social-list grid padding-container-point3">
|
2021-08-02 23:13:38 +02: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 18:18:22 +02:00
|
|
|
</a>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
<div class="text-center col3">
|
2021-07-17 00:36:59 +02:00
|
|
|
<br>
|
2021-08-08 21:29:20 +02:00
|
|
|
{{ .Site.Copyright }}<br><br>
|
2021-08-06 22:27:38 +02:00
|
|
|
<a href="https://ad5001.eu/terms-of-use">Terms of use</a><br>
|
|
|
|
|
2021-06-08 18:18:22 +02:00
|
|
|
</div>
|
2021-07-14 00:58:41 +02:00
|
|
|
<div class="col3 text-right padding-container-1">
|
2021-08-06 22:27:38 +02: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-08-08 21:29:20 +02:00
|
|
|
<p><a href="{{ .Site.Params.websiteSource }}">{{ i18n "websiteSource" }}</a>
|
|
|
|
{{ if .GitInfo }}
|
|
|
|
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>
|
|
|
|
{{ end }}
|
|
|
|
</p>
|
2021-06-08 18:18:22 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</footer>
|