|
|
|
@ -13,11 +13,11 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col3 text-right padding-container-1">
|
|
|
|
|
<p>{{ i18n "usingTheme" }} <a href="https://git.ad5001.eu/Ad5001/omegamma" rel="nofollow noreferrer">Omegamma</a></p>
|
|
|
|
|
<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="nofollow noreferrer">{{ i18n "websiteSource" }}</a>
|
|
|
|
|
<p><a href="{{ .Site.Params.websiteSource }}" rel="noreferrer">{{ i18n "websiteSource" }}</a>
|
|
|
|
|
{{ if .GitInfo }}
|
|
|
|
|
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}" rel="nofollow noreferrer">{{ .GitInfo.AbbreviatedHash }}</a>
|
|
|
|
|
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}" rel="noreferrer">{{ .GitInfo.AbbreviatedHash }}</a>
|
|
|
|
|
{{ end }}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|