Remove leading space in page description
This commit is contained in:
@@ -19,11 +19,7 @@
|
|||||||
<h5 class="text-center">{{ .Key }}</h5>
|
<h5 class="text-center">{{ .Key }}</h5>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
|
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>{{ with .Description }}<br>{{ . | markdownify }}{{ end }}
|
||||||
{{ with .Description }}
|
|
||||||
<br>
|
|
||||||
{{ . | markdownify }}
|
|
||||||
{{ end }}
|
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user