include complete URL in tags
I want to resolve #71 with this - links to tags should now also work when the site is not living in a domain's root.
This commit is contained in:
parent
c968ae7d9c
commit
2506a38947
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@
|
|||
{{ if .Params.tags }}
|
||||
<span class="post-meta">
|
||||
{{ range .Params.tags }}
|
||||
#<a href="{{ $.Site.LanguagePrefix }}/tags/{{ . | urlize }}/">{{ . }}</a>
|
||||
#<a href="{{ $.Site.LanguagePrefix | absURL }}tags/{{ . | urlize }}/">{{ . }}</a>
|
||||
{{ end }}
|
||||
</span>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue