social-icons : init
Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
5e85c28c43
commit
6683b85876
2 changed files with 75 additions and 0 deletions
3
layouts/partials/social-icons.html
Normal file
3
layouts/partials/social-icons.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{ range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" >{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue