mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02: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