support Multilingual navigation
add reading time as i18n
This commit is contained in:
parent
04f9fabf92
commit
e35915a561
7 changed files with 9 additions and 9 deletions
|
|
@ -31,7 +31,7 @@
|
|||
{{- if .Params.tags }}
|
||||
<ul class="post-tags">
|
||||
{{- range .Params.tags }}
|
||||
{{- $href := print (absURL "tags/") (urlize .) }}
|
||||
{{- $href := print (absLangURL "tags/") (urlize .) }}
|
||||
<li><a href="{{ $href }}">{{ . }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue