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-10 20:51:46 +00:00
|
|
|
{{ partial "social-buttons" (dict "Buttons" .Site.Data.menu.social "Lang" $lang) }}
|
2021-06-08 16:18:22 +00:00
|
|
|
</div>
|
|
|
|
<div class="text-center col3">
|
2021-07-16 22:36:59 +00:00
|
|
|
<br>
|
2021-08-08 19:29:20 +00:00
|
|
|
{{ .Site.Copyright }}<br><br>
|
2021-08-06 20:27:38 +00:00
|
|
|
<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-10 20:58:31 +00:00
|
|
|
<p>{{ i18n "usingTheme" }} <a href="https://git.ad5001.eu/Ad5001/omegamma" rel="noreferrer">Omegamma</a></p>
|
2021-08-10 20:51:46 +00:00
|
|
|
<p>{{ i18n "poweredBy" }} <a href="https://gohugo.io" rel="nofollow noreferrer">Hugo</a></p>
|
2021-08-10 20:58:31 +00:00
|
|
|
<p><a href="{{ .Site.Params.websiteSource }}" rel="noreferrer">{{ i18n "websiteSource" }}</a>
|
2021-08-08 19:29:20 +00:00
|
|
|
{{ if .GitInfo }}
|
2021-08-10 20:58:31 +00:00
|
|
|
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}" rel="noreferrer">{{ .GitInfo.AbbreviatedHash }}</a>
|
2021-08-08 19:29:20 +00:00
|
|
|
{{ end }}
|
|
|
|
</p>
|
2021-06-08 16:18:22 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</footer>
|