We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf81851 commit fe9da53Copy full SHA for fe9da53
layouts/partials/social_icons.html
@@ -1,6 +1,6 @@
1
<div class="social-icons">
2
{{- range . }}
3
- <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}">
+ <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
4
{{ partial "svg.html" . }}
5
</a>
6
{{- end }}
0 commit comments