diff --git a/docs/layouts/_default/_markup/render-codeblock-goat.html b/docs/layouts/_default/_markup/render-codeblock-goat.html deleted file mode 100644 index b1e57e94a..000000000 --- a/docs/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 }} -
diff --git a/tpl/tplimpl/embedded/templates/_default/_markup/render-codeblock-goat.html b/tpl/tplimpl/embedded/templates/_default/_markup/render-codeblock-goat.html index 7c2b99f3f..b1e57e94a 100644 --- a/tpl/tplimpl/embedded/templates/_default/_markup/render-codeblock-goat.html +++ b/tpl/tplimpl/embedded/templates/_default/_markup/render-codeblock-goat.html @@ -1 +1,18 @@ -adf +{{ $width := .Attributes.width }} +{{ $height := .Attributes.height }} +{{ $class := .Attributes.class | default "" }} +
+ {{ with diagrams.Goat .Code }} + + {{ .Body }} + + {{ end }} +