Add new translations, update nav, fix tag url, change theme info
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
{{if .Params.tags}}
|
||||
<hr class="footer-divider">
|
||||
{{ range .Params.tags }}
|
||||
<a class="tag" href="/tags/{{ . | urlize }}">#{{.}}</a>
|
||||
<a class="tag" href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}">#{{.}}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user