aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/layouts/partials/head-csp.html1
-rw-r--r--themes/default/layouts/partials/meta.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/head-csp.html b/themes/default/layouts/partials/head-csp.html
index a369069..9519e14 100644
--- a/themes/default/layouts/partials/head-csp.html
+++ b/themes/default/layouts/partials/head-csp.html
@@ -4,7 +4,6 @@
{{ $upgrade = "upgrade-insecure-requests;" }}
{{- end -}}
-<base href="{{ .Site.BaseURL }}">
<meta name="referrer" content="{{ .Site.Params.csp.referrer }}">
{{ printf `
diff --git a/themes/default/layouts/partials/meta.html b/themes/default/layouts/partials/meta.html
index 5325e06..608f3dc 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="{{ .Site.BaseURL }}/#{{ partial "card-id.html" . }}">#id</a></cite>
+ &middot; <cite><a title="#{{ partial "card-id.html" . }}" href="#{{ 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>