Footer + fixing bugs
This commit is contained in:
parent
ea539cdf36
commit
45e0d5fca3
13 changed files with 147 additions and 23 deletions
|
@ -0,0 +1,22 @@
|
|||
<footer>
|
||||
<br><br>
|
||||
<div class="columns-container">
|
||||
<div class="col3 footer-social-list">
|
||||
|
||||
|
||||
{{ range .Site.Menus.social }}
|
||||
<a role="button" alt="{{ .Name }}" href={{ .URL }}>
|
||||
{{ .Pre }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="text-center col3">
|
||||
{{ .Site.Copyright }}
|
||||
</div>
|
||||
<div class="col3 right-center">
|
||||
{{ .Site.Params.usingTheme }} <a href="https://git.ad5001.eu/Ad5001/omegamma">Omegamma</a><br>
|
||||
{{ .Site.Params.poweredBy }} <a href="https://gohugo.io">Hugo</a>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue