From fa18460df09eacf29286b6f12bd1f4d287f457f6 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 27 Aug 2021 00:01:05 +0200 Subject: [PATCH] Add support for images in content --- layouts/partials/content.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index d14286a..aa9c565 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -1,3 +1,8 @@ + +{{ if .Params.image }} + +{{ end }} +

{{ .Title }}

{{ if .Params.subtitle }}
{{ markdownify .Params.subtitle | emojify }}