diff options
author | Benoit BERAUD <bberaud@pictet.com> | 2020-06-15 11:56:39 +0200 |
---|---|---|
committer | Benoit BERAUD <bberaud@pictet.com> | 2020-06-15 21:34:11 +0200 |
commit | b34c1fb716f5e44e475668758374ed9c0b5dada8 (patch) | |
tree | 977274a3c621d8c664190a7e5ef8b5042f204094 /layouts/issues | |
parent | 51c325e233fdb6b79126460172bec148c63e16e3 (diff) |
Append a trailing slash to all 'affected' URLs
Diffstat (limited to 'layouts/issues')
-rw-r--r-- | layouts/issues/issue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/issues/issue.html b/layouts/issues/issue.html index 62f3ab3..6e00a22 100644 --- a/layouts/issues/issue.html +++ b/layouts/issues/issue.html @@ -20,7 +20,7 @@ <p><small> {{ range .Params.Affected }} - <a href="/affected/{{ . | urlize }}" class="tag no-underline">{{ . }}</a> + <a href="/affected/{{ . | urlize }}/" class="tag no-underline">{{ . }}</a> {{ end }} </small></p> |