Remove extra space after description
This commit is contained in:
@@ -45,9 +45,10 @@
|
|||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
|
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
|
||||||
{{ if .Description }}
|
{{- if .Description -}}
|
||||||
<br />{{ .Description | markdownify }}
|
<br/>
|
||||||
{{ end }}
|
{{- .Description | markdownify -}}
|
||||||
|
{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user