updated hero and about

This commit is contained in:
gurusabarish
2022-02-19 14:05:24 +05:30
parent febc7020de
commit 9a680fae48
8 changed files with 348 additions and 39 deletions
@@ -0,0 +1,15 @@
{{ range .Site.Params.hero.socialLinks.fontAwesomeIcons }}
<span class="px-1">
<a href="{{ .url }}" target="_blank" class="btn social-icon">
<i class="{{ .icon }}"></i>
</a>
</span>
{{ end }}
{{ range .Site.Params.hero.socialLinks.customIcons }}
<span class="px-1">
<a href="{{ .url }}" target="_blank" class="btn social-icon">
<img src="{{ .icon }}">
</a>
</span>
{{ end }}