You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
692 B
22 lines
692 B
<footer> |
|
<br><br> |
|
<div class="columns-container"> |
|
<div class="col3 footer-social-list"> |
|
|
|
|
|
{{ range .Site.Menus.social }} |
|
<a role="button" alt="{{ .Name }}" title="{{ .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="/omegamma">Omegamma</a><br> |
|
{{ .Site.Params.poweredBy }} <a href="https://gohugo.io">Hugo</a> |
|
</div> |
|
</div> |
|
<br> |
|
</footer>
|
|
|