Skip to content
This repository was archived by the owner on Jul 26, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/partials/sns-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{{- else if and $social (ne $value true) -}}
{{ $social = merge $social (dict "id" $value) }}

{{- else if $value -}}
{{- else -}}
{{ $social = dict }}
Expand All @@ -34,7 +34,7 @@
{{ $destination = printf (string .format) .id }}
{{- end -}}
<li>
<a href="{{ $destination | safeURL }}" {{- if (urls.Parse $destination).Host | or .newtab }} target="_blank" {{- end -}}>
<a rel="me" href="{{ $destination | safeURL }}" {{- if (urls.Parse $destination).Host | or .newtab }} target="_blank" {{- end -}}>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="{{ .icon }} fa-stack-1x fa-inverse">{{- .text -}}</i>
Expand Down