added bg image to header. Fixed backtotop link and icons in home and footer.
[theme-danix.xyz.git] / layouts / partials / home-social-links.html
CommitLineData
748286b5 1<div class="inner">
2 <header class="major">
3 <h3 class="screen-reader-text social-links-title">my socials</h3>
4 </header>
b8ef5fe0 5 <ul class="social-sites align-center">
d81ebda7 6 {{ range site.Data.socials.sites | shuffle }}
0605a97a 7 <li>
00bd3a19 8 {{$name := .name}}
9 <a href="{{ .url }}/{{ .user }}">{{ partial "funcs/svg.html" (dict "context" . "username" $name) }}</a>
0605a97a 10 </li>
11 {{ end }}
12 </ul>
13</div>