source: main/waeup-hugo/themes/dimension/layouts/shortcodes/socialLinks.html

Last change on this file was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 181 bytes
Line 
1<ul class="icons">
2{{ range .Site.Params.social }}
3        <li><a href="{{ .link | safeURL }}" class="icon fa-{{ .icon }}"><span class="label">{{ .medium }}</span></a></li>
4{{ end }}
5</ul>
Note: See TracBrowser for help on using the repository browser.