diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-08-12 20:34:44 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 4e5ba51a3fa929d01307a685a9c7338ff89a4b70 (patch) | |
tree | 841ba30c0c1794b459fa7fecf6215b816ff2232d /layouts/issues/issue.html | |
parent | 1428e835a78d08799257c2c59e66e5f4e8c4334e (diff) |
Relative URLs for /affected/ done #126
Diffstat (limited to 'layouts/issues/issue.html')
-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 08a6b92..e2d283e 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="{{ printf "/affected/%s/" (. | urlize) | relURL }}" class="tag no-underline">{{ . }}</a> {{ end }} </small></p> |