splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / partials / home-social-links.html
1 <div class="inner">
2 <header class="major">
3 <h3 class="screen-reader-text social-links-title">my socials</h3>
4 </header>
5 <ul class="social-sites">
6 {{ range site.Data.socials.sites | shuffle }}
7 <li>
8 {{$name := .name}}
9 <a href="{{ .url }}/{{ .user }}">{{ partial "funcs/svg.html" (dict "context" . "username" $name) }}</a>
10 </li>
11 {{ end }}
12 </ul>
13 </div>