Add # before tags
1 files changed, 1 insertions(+), 1 deletions(-) M layouts/_default/single.html
M layouts/_default/single.html => layouts/_default/single.html +1 -1
@@ 30,7 30,7 @@ <span class="tags"> Tags: {{ range . }} - <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="p-category">{{ . }}</a> + <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="p-category">#{{ . }}</a> {{ end }} </span> {{- end -}}