From 979b479686083bb33afb7fd5b170854ab1f41b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 25 Feb 2022 00:09:07 +0100 Subject: [PATCH] Move the Goat template to the correct place Updates #7765 --- .../_markup/render-codeblock-goat.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 layouts/_default/_markup/render-codeblock-goat.html diff --git a/layouts/_default/_markup/render-codeblock-goat.html b/layouts/_default/_markup/render-codeblock-goat.html deleted file mode 100644 index b1e57e94a..000000000 --- a/layouts/_default/_markup/render-codeblock-goat.html +++ /dev/null @@ -1,18 +0,0 @@ -{{ $width := .Attributes.width }} -{{ $height := .Attributes.height }} -{{ $class := .Attributes.class | default "" }} -
- {{ with diagrams.Goat .Code }} - - {{ .Body }} - - {{ end }} -