aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/context-profile.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-20 18:06:20 -0400
committertdro <tdro@noreply.example.com>2023-03-20 18:06:20 -0400
commitdf4403af8ea44f98c701960c84c70f0a160c3bdf (patch)
tree97cf558a8db22dff0efabe4303fd19cf8c1ffb63 /themes/default/layouts/partials/context-profile.html
parent1e2331b1da5cbf4db5c74d4cf6c6e5386728305d (diff)
downloadcanory-df4403af8ea44f98c701960c84c70f0a160c3bdf.tar.gz
canory-df4403af8ea44f98c701960c84c70f0a160c3bdf.tar.bz2
canory-df4403af8ea44f98c701960c84c70f0a160c3bdf.zip
themes/default/layouts/partials/meta-via: Mark localhost here
Diffstat (limited to 'themes/default/layouts/partials/context-profile.html')
-rw-r--r--themes/default/layouts/partials/context-profile.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/default/layouts/partials/context-profile.html b/themes/default/layouts/partials/context-profile.html
index 609d045..5b82cc9 100644
--- a/themes/default/layouts/partials/context-profile.html
+++ b/themes/default/layouts/partials/context-profile.html
@@ -3,13 +3,9 @@
{{- $name := or .Params.feed.name $author.name -}}
{{- $user := $author.user -}}
-{{- $host := (urls.Parse .Site.BaseURL).Host -}}
+{{- $host := or (urls.Parse .Site.BaseURL).Host "localhost" -}}
{{- $href := print .Site.BaseURL "/" $author.user "/#" -}}
-{{- if not $host -}}
- {{- $host = "localhost" -}}
-{{- end -}}
-
{{- $title := print $author.user "@" $host -}}
{{- with .Params.feed -}}