Tags overhaul to improve search results, and some light rewording or reformating

This commit is contained in:
Julien Dessaux 2021-09-13 00:48:07 +02:00
parent 78d7544339
commit 2376690795
56 changed files with 116 additions and 19 deletions

View file

@ -16,4 +16,5 @@
{{ end }}
<strong>{{ .Title }}</strong><br/>
{{ .Description }}
{{ if (isset .Params "tags") }}{{ if ge (len .Params.tags) 1 }}<br/>Tag{{ if ge (len .Params.tags) 2 }}s{{ end }}: {{ range .Params.tags }}<a href="/tags/{{ . }}">{{ . }}</a> {{ end }}{{ end }}{{ end }}
</p>