Update social-follow.html

Fixed small error
This commit is contained in:
zjrohrbach 2020-12-29 22:17:41 -05:00 committed by GitHub
parent 0fd21e2a3b
commit a01a415d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
{{ range $social_media }} {{ range $social_media }}
{{ $this_key := . }} {{ $this_key := . }}
{{ with $dot_passthrough.Param . }} {{ with $dot_passthrough.Param ( . | lower ) }}
<a href="{{ . }}" target="_blank" class="link-transition {{ $this_key | lower }} link dib z-999 pt3 pt0-l mr1" title="{{ $this_key }} link" rel="noopener" aria-label="follow on {{ $this_key }}——Opens in a new window"> <a href="{{ . }}" target="_blank" class="link-transition {{ $this_key | lower }} link dib z-999 pt3 pt0-l mr1" title="{{ $this_key }} link" rel="noopener" aria-label="follow on {{ $this_key }}——Opens in a new window">
{{ partial (print "svg/" ($this_key | lower) ".svg") (dict "size" $icon_size) }} {{ partial (print "svg/" ($this_key | lower) ".svg") (dict "size" $icon_size) }}
{{- partial "new-window-icon.html" . -}} {{- partial "new-window-icon.html" . -}}