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/>.
|
|
|
|
-->
|
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>
|