aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-via.html
blob: 483481d5c2947a7c4e6b5b1b2053fb4436ec9b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $author := .Section -}}

{{- if .Params.feed -}}
<anchored-via>
  {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/rss.svg")) -}}
  <a data-hover
    title="{{ $author }}@{{ (urls.Parse .Site.BaseURL).Host }}"
    href="{{ .Site.BaseURL }}/{{ $author }}/feeds/#">
      via @{{ $author }}
  </a>
</anchored-via>
{{- end -}}