New docker icon, bundling all css together, changing footer.
This commit is contained in:
parent
f7fe8460da
commit
d0b6880ebd
3 changed files with 21 additions and 11 deletions
|
@ -12,17 +12,18 @@
|
|||
</div>
|
||||
<div class="text-center col3">
|
||||
<br>
|
||||
{{ .Site.Copyright }}<br>
|
||||
<p><a href="{{ .Site.Params.websiteSource }}">{{ i18n "websiteSource" }}</a></p>
|
||||
{{ if .GitInfo }}
|
||||
<p>Built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a></p>
|
||||
{{ end }}
|
||||
{{ .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">Omegamma</a></p>
|
||||
<p>{{ i18n "poweredBy" }} <a href="https://gohugo.io">Hugo</a></p>
|
||||
<p><a href="{{ .Site.Params.websiteSource }}">{{ i18n "websiteSource" }}</a>
|
||||
{{ if .GitInfo }}
|
||||
- built from <a href="{{ .Site.Params.websiteSource }}/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue