aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-05 09:59:49 -0400
committertdro <tdro@noreply.example.com>2022-05-05 09:59:49 -0400
commit0eaa2254b3d917d67655bd8b2bfeccf40333051d (patch)
tree6bed2e0cfbec18bee3d29c805304834b09f4dfa6 /themes
parent14583d081f288acb9bd5f7e71ffb99a93c69783f (diff)
downloadcanory-0eaa2254b3d917d67655bd8b2bfeccf40333051d.tar.gz
canory-0eaa2254b3d917d67655bd8b2bfeccf40333051d.tar.bz2
canory-0eaa2254b3d917d67655bd8b2bfeccf40333051d.zip
themes/default/layouts/partials/meta: Add missing base on id
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/partials/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta.html b/themes/default/layouts/partials/meta.html
index 61f9f6a..5509689 100644
--- a/themes/default/layouts/partials/meta.html
+++ b/themes/default/layouts/partials/meta.html
@@ -56,7 +56,7 @@
&middot; {{- partial "expiry-date.html" . -}}
{{- end -}}
- &middot; <cite><a title="#{{ partial "card-id.html" . }}" href="#{{ partial "card-id.html" . }}">#id</a></cite>
+ &middot; <cite><a title="#{{ partial "card-id.html" . }}" href="{{ .Site.BaseURL }}/#{{ partial "card-id.html" . }}">#id</a></cite>
{{ if not .ExpiryDate }}
&middot; <cite><a title="{{ .Site.BaseURL }}/raw/{{ $source }}" href="{{ .Site.BaseURL }}/raw/{{ $source }}">raw</a></cite>