fix: typo made widgetSocial unusable
This commit is contained in:
parent
fb768863bf
commit
06783511dc
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<div class="flex mt-3 gap-3 text-xl">
|
<div class="flex mt-3 gap-3 text-xl">
|
||||||
{{ range .Site.Data.home.top.link }}
|
{{ range .Site.Data.home.top.link }}
|
||||||
<a href="{{.url}}"><i class="{{ .icon text-black}}"></i></a>
|
<a href="{{.url}}"><i class="{{ .icon}} text-black"></i></a>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue