mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
follow particular naming scheme
This commit is contained in:
4
layouts/partials/social_icons.html
Normal file
4
layouts/partials/social_icons.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{- range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer"
|
||||
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user