26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
{{ $lang := .Site.Language.Lang }}
|
|
|
|
<footer>
|
|
<br>
|
|
<div class="columns-container">
|
|
<div class="col3 social-list grid padding-container-point3">
|
|
{{ partial "social-buttons" (dict "Buttons" .Site.Data.menu.social "Lang" $lang) }}
|
|
</div>
|
|
<div class="text-center col3">
|
|
<br>
|
|
{{ .Site.Copyright }}<br><br>
|
|
<a href="https://ad5001.eu/terms-of-use">Terms of use</a><br>
|
|
|
|
</div>
|
|
<div class="col3 text-right padding-container-1">
|
|
<p>{{ i18n "usingTheme" }} <a href="https://git.ad5001.eu/Ad5001/omegamma" rel="noreferrer">Omegamma</a></p>
|
|
<p>{{ i18n "poweredBy" }} <a href="https://gohugo.io" rel="nofollow noreferrer">Hugo</a></p>
|
|
<p><a href="{{ .Site.Params.websiteSource }}" rel="noreferrer">{{ i18n "websiteSource" }}</a>
|
|
{{ if .GitInfo }}
|
|
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}" rel="noreferrer">{{ .GitInfo.AbbreviatedHash }}</a>
|
|
{{ end }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
</footer>
|