Use with where possible

This commit is contained in:
Will Faught
2022-12-13 22:08:04 -08:00
parent e0ddce45e4
commit ff587e94e0
10 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{{ if .Site.Social }}
{{ with .Site.Social }}
<section>
<div class="pb-3 text-center">
{{ range $k, $v := .Site.Social }}
{{ range $k, $v := . }}
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 px-2"></i></a>
{{ end }}
</div>