aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-via.html
blob: 84e7c2fabe8cee9ae3022c5554206841d3e35f9f (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 -}}