More scss file splitting, now using font instead of direct SVG icons to optimize requests.
This commit is contained in:
parent
3c87cee9e7
commit
9ff214909b
24 changed files with 479 additions and 118 deletions
layouts/partials
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue