Merge pull request #127 from nogu-net/patch-1

Fix missing slash in tags URL is also in layouts/_default/list.html.
This commit is contained in:
Michael Romero 2018-02-08 23:19:50 -05:00 committed by GitHub
commit 61fe8fe368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@
{{ if .Params.tags }}
<span class="post-meta">
{{ range .Params.tags }}
#<a href="{{ $.Site.LanguagePrefix | absURL }}tags/{{ . | urlize }}/">{{ . }}</a>&nbsp;
#<a href="{{ $.Site.LanguagePrefix | absURL }}/tags/{{ . | urlize }}/">{{ . }}</a>&nbsp;
{{ end }}
</span>
{{ end }}