support Multilingual navigation

add reading time as i18n
This commit is contained in:
Aditya Telange 2020-08-25 01:40:02 +05:30
parent 04f9fabf92
commit e35915a561
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
7 changed files with 9 additions and 9 deletions

View file

@ -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>