Add missing backslash on tags around the summary.

This commit is contained in:
Fliegerjohn 2024-01-13 18:28:57 +01:00
parent 9c5b894c09
commit ac271dc68c
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A

View file

@ -2,7 +2,7 @@
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<b><time>{{ .Date.Format (default "2006-01-02 15:04:05" .Site.Params.dateFmt) }}</time></b>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">{{ . }}</a>
{{ end }}
<div>
{{ .Summary }}