deleted fontawesome. replacing with plain svgs.
[theme-danix.xyz.git] / layouts / partials / home-social-links.html
index af9c70d..187053c 100644 (file)
@@ -1,7 +1,7 @@
 <div id="home-social-links">
        <h3 class="screen-reader-text social-links-title">my socials</h3>
        <ul class="social-links-list">
-               {{ range site.Data.socials.sites }}
+               {{ range site.Data.socials.sites | shuffle }}
                        <li>
                                <a href="{{ .url }}/{{ .user }}"><i class="fa-brands fa-square-{{ .name }}"></i><span class="screen-reader-text">{{ .name }}</span></a>
                        </li>