Tags overhaul to improve search results, and some light rewording or reformating
This commit is contained in:
parent
78d7544339
commit
2376690795
56 changed files with 116 additions and 19 deletions
|
@ -7,4 +7,3 @@
|
|||
{{ .Content }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue