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 c118a29..3c9c151 100644 (file)
@@ -1,11 +1,13 @@
-<div id="home-social-links">
-       <h3 class="screen-reader-text social-links-title">my socials</h3>
-       <ul class="social-links-list">
+<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 }}">{{ partial "funcs/svg.html" ".name" }}</a>
+                               {{$name := .name}}
+                               <a href="{{ .url }}/{{ .user }}">{{ partial "funcs/svg.html" (dict "context" . "username" $name) }}</a>
                        </li>
                {{ end }}
-                       <li class="linux">{{ partial "funcs/svg.html" "linux" }}</li>
        </ul>
 </div>