omegamma/layouts/partials/footer.html

45 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2021-12-30 22:58:11 +00:00
<!--
Omegamma - Hugo theme for ad5001.eu and related websites
Copyright (C) 2021-2022 Ad5001 <mail@ad5001.eu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
{{ $lang := .Site.Language.Lang }}
2021-06-08 16:18:22 +00:00
<footer>
<br>
2021-06-08 16:18:22 +00:00
<div class="columns-container">
<div class="col3 social-list grid padding-container-point3">
{{ 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">
<br>
{{ .Site.Copyright }}<br><br>
<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">
<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>
2021-06-08 16:18:22 +00:00
</div>
</div>
<br>
</footer>