aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-via.html
blob: c676e47f8f8ec82b435732eb9f62da882c373e75 (plain)
1
2
3
4
5
6
7
8
9
10
{{- if .Params.feed -}}
<anchored-via>
  {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/rss.svg")) -}}
  <a data-hover
    title="{{ partial "author-user.html" . }}@{{ (urls.Parse .Site.BaseURL).Host }}"
    href="{{ .Site.BaseURL }}/{{ partial "author-user.html" . }}/feeds/#">
      via @{{ partial "author-user.html" . }}
  </a>
</anchored-via>
{{- end -}}