More scss file splitting, now using font instead of direct SVG icons to optimize requests.

This commit is contained in:
Adsooi 2021-07-17 00:36:59 +02:00
parent 3c87cee9e7
commit 9ff214909b
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
24 changed files with 479 additions and 118 deletions
layouts/partials

View file

@ -1,5 +1,5 @@
<footer>
<br><br>
<br>
<div class="columns-container">
<div class="col3 footer-social-list grid padding-container-point3">
{{ range .Site.Menus.social }}
@ -9,9 +9,11 @@
{{ end }}
</div>
<div class="text-center col3">
<br>
{{ .Site.Copyright }}
</div>
<div class="col3 text-right padding-container-1">
<br>
{{ .Site.Params.usingTheme }} <a href="/omegamma">Omegamma</a><br>
{{ .Site.Params.poweredBy }} <a href="https://gohugo.io">Hugo</a>
</div>