diff --git a/layouts/_default/app.html b/layouts/_default/app.html index 8fbbd60..1db905b 100644 --- a/layouts/_default/app.html +++ b/layouts/_default/app.html @@ -59,12 +59,12 @@ along with this program. If not, see . {{ .Content | markdownify }} {{ else if eq .Type "text/image" }} -
+
{{ .Content | markdownify }} {{ .Alt }}
{{ else if eq .Type "text" }} -
+
{{ .Content | markdownify }}
{{ end }}