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.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/default/layouts/partials/meta-via.html b/themes/default/layouts/partials/meta-via.html
index 84e7c2f..596749e 100644
--- a/themes/default/layouts/partials/meta-via.html
+++ b/themes/default/layouts/partials/meta-via.html
@@ -3,10 +3,12 @@
{{- 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
+ data-hover
+ title="{{ $author }}@{{ or (urls.Parse .Site.BaseURL).Host "localhost" }}"
+ href="{{ .Site.BaseURL }}/{{ $author }}/feeds/#"
+ >
+ via @{{ $author }}
</a>
</anchored-via>
{{- end -}}