From 98717d288cdb020f7203cd1b68584102c1ad6072 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 17 Feb 2022 16:53:37 +0100 Subject: [PATCH] add 'clear' shortcode for clearing of float settings --- layouts/shortcodes/clear.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/clear.html diff --git a/layouts/shortcodes/clear.html b/layouts/shortcodes/clear.html new file mode 100644 index 0000000..360df6e --- /dev/null +++ b/layouts/shortcodes/clear.html @@ -0,0 +1 @@ +
\ No newline at end of file