Remove leading space in page description

master
Will Faught 3 years ago
parent e2764ef82d
commit 0b262ac019

@ -19,11 +19,7 @@
<h5 class="text-center">{{ .Key }}</h5>
{{ range .Pages }}
<p class="text-center">
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
{{ with .Description }}
<br>
{{ . | markdownify }}
{{ end }}
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>{{ with .Description }}<br>{{ . | markdownify }}{{ end }}
</p>
{{ end }}
{{ end }}

Loading…
Cancel
Save