diff --git a/layouts/partials/block/desc.html b/layouts/partials/block/desc.html index 254f004..7e91231 100644 --- a/layouts/partials/block/desc.html +++ b/layouts/partials/block/desc.html @@ -1,11 +1,11 @@ {{ with .Description }} -

+
{{ . | $.Page.RenderString }} -

+ {{ else }} - {{ if .Truncated }} -

- {{ .Summary }} -

+ {{ with .Summary }} +
+ {{ . | $.Page.RenderString }} +
{{ end }} {{ end }}