summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/conspiracy/layouts/partials/footer.html')
-rw-r--r--themes/conspiracy/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/conspiracy/layouts/partials/footer.html b/themes/conspiracy/layouts/partials/footer.html
index 6071d43..adf7aee 100644
--- a/themes/conspiracy/layouts/partials/footer.html
+++ b/themes/conspiracy/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer>
Copyright © {{ now.Year }} {{ site.Copyright }}
{{- range site.Params.footer_links }}
- / <a href="{{.url | absURL }}">{{ .name }}</a>
+ / <a href="{{.url | relURL }}">{{ .name }}</a>
{{- end }}
</footer>