forked from sr2/hugo-sr2
feat: tweaks
This commit is contained in:
parent
c6c01ffb8b
commit
6f61ccff24
6 changed files with 18 additions and 6 deletions
|
|
@ -25,7 +25,7 @@
|
|||
{{ end }}>
|
||||
{{ range site.Params.footer.col2.items }}
|
||||
{{ if .title }}
|
||||
<h6 class="footer__menu__title">{{ .title }}</h6>
|
||||
<h3 class="footer__menu__title">{{ .title }}</h3>
|
||||
{{ else if .text }}
|
||||
<a class="footer__menu__link" href="{{ .href | safeURL }}">
|
||||
{{ if .icon }}
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
{{ end }}>
|
||||
{{ range site.Params.footer.col3.items }}
|
||||
{{ if .title }}
|
||||
<h6 class="footer__menu__title">{{ .title }}</h6>
|
||||
<h3 class="footer__menu__title">{{ .title }}</h3>
|
||||
{{ else if .text }}
|
||||
<a class="footer__menu__link" href="{{ .href | safeURL }}">
|
||||
{{ if .icon }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue