aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-via.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-via.html')
-rw-r--r--themes/default/layouts/partials/meta-via.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/meta-via.html b/themes/default/layouts/partials/meta-via.html
index 596749e..c34ca73 100644
--- a/themes/default/layouts/partials/meta-via.html
+++ b/themes/default/layouts/partials/meta-via.html
@@ -1,14 +1,13 @@
{{- $author := .Section -}}
{{- if .Params.feed -}}
-<anchored-via>
- {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/rss.svg")) -}}
<a
- data-hover
- title="{{ $author }}@{{ or (urls.Parse .Site.BaseURL).Host "localhost" }}"
- href="{{ .Site.BaseURL }}/{{ $author }}/feeds/#"
+ data-hover=""
+ data-anchored="via"
+ href="{{ "" | absURL }}/{{ $author }}/feeds/#feeds"
+ title="{{ $author }}@{{ or (urls.Parse ("" | absURL)).Host "localhost" }}"
>
+ {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) -}}
via @{{ $author }}
</a>
-</anchored-via>
{{- end -}}