aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-31 02:48:40 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-31 02:49:21 -0400
commit45ed41c62c6bd7aa49bee55c343c203aeb06f3a0 (patch)
tree2864c62d1126f807e703b95fa03e2b4c54d4c073 /generators/hugo/themes
parent218167a5959a4cdf551083a64b28fc29e57a8e4f (diff)
downloadthedroneely.com-45ed41c62c6bd7aa49bee55c343c203aeb06f3a0.tar.gz
thedroneely.com-45ed41c62c6bd7aa49bee55c343c203aeb06f3a0.tar.bz2
thedroneely.com-45ed41c62c6bd7aa49bee55c343c203aeb06f3a0.zip
hugo/layouts/partials/page-tags.html: Use relative urls
Diffstat (limited to 'generators/hugo/themes')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/page-tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/page-tags.html b/generators/hugo/themes/tdro/layouts/partials/page-tags.html
index b2721a8..0db3bd6 100644
--- a/generators/hugo/themes/tdro/layouts/partials/page-tags.html
+++ b/generators/hugo/themes/tdro/layouts/partials/page-tags.html
@@ -1,2 +1,2 @@
{{- range $i, $value := sort . }}{{ if $i }} {{ end }}
-<a class="page__tags" href="{{ "tags/" | absLangURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}
+<a class="page__tags" href="{{ "tags/" | relURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}