commit ae821ebcdc3d4a57f89538bfe46c1cabad6baedb
parent d7baf599a0a490504b7e4b3c5d9cb74d1e6d56ac
Author: Lou Woell <lou.woell@posteo.de>
Date:   Fri, 15 Sep 2023 22:50:10 +0200

add framed shortcode

Diffstat:
Alayouts/shortcodes/framed.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/shortcodes/framed.html b/layouts/shortcodes/framed.html @@ -0,0 +1,3 @@ +<div class="index-content framed" > + {{ .Inner }} +</div>