added bg image to header. Fixed backtotop link and icons in home and footer.
[theme-danix.xyz.git] / layouts / partials / home-social-links.html
index 119d706..3c9c151 100644 (file)
@@ -1,9 +1,12 @@
-<div id="home-social-links">
-       <h3 class="screen-reader-text">my socials</h3>
-       <ul>
-               {{ range site.Data.socials.sites }}
+<div class="inner">
+       <header class="major">
+               <h3 class="screen-reader-text social-links-title">my socials</h3>
+       </header>
+       <ul class="social-sites align-center">
+               {{ range site.Data.socials.sites | shuffle }}
                        <li>
-                               <a href="{{ .url }}/{{ .user }}">{{ .name }}</a>
+                               {{$name := .name}}
+                               <a href="{{ .url }}/{{ .user }}">{{ partial "funcs/svg.html" (dict "context" . "username" $name) }}</a>
                        </li>
                {{ end }}
        </ul>