From c068a0b9c0c840ebe6958eb051f20351bd82a2cd Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 25 Mar 2022 23:22:23 -0700 Subject: [PATCH] Move p5_sketch_container to p5_sketch It now takes an id parameter. --- layouts/shortcodes/p5_sketch.html | 2 ++ layouts/shortcodes/p5_sketch_container.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/p5_sketch.html delete mode 100644 layouts/shortcodes/p5_sketch_container.html diff --git a/layouts/shortcodes/p5_sketch.html b/layouts/shortcodes/p5_sketch.html new file mode 100644 index 0000000..eeee38f --- /dev/null +++ b/layouts/shortcodes/p5_sketch.html @@ -0,0 +1,2 @@ +{{ $id := .Get "id" }} +
\ No newline at end of file diff --git a/layouts/shortcodes/p5_sketch_container.html b/layouts/shortcodes/p5_sketch_container.html deleted file mode 100644 index fbd30b4..0000000 --- a/layouts/shortcodes/p5_sketch_container.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file