diff --git a/layouts/partials/paige-pages.html b/layouts/partials/paige-pages.html index 5f648844..84264cc1 100644 --- a/layouts/partials/paige-pages.html +++ b/layouts/partials/paige-pages.html @@ -19,11 +19,7 @@
- {{ .Title | markdownify }}
- {{ with .Description }}
-
- {{ . | markdownify }}
- {{ end }}
+ {{ .Title | markdownify }}{{ with .Description }}
{{ . | markdownify }}{{ end }}