aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/_markup/render-codeblock.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit0966342656bfa868fc759d6c5e7153089f73dd1c (patch)
treea989f160dbcb77e9202fc8f736a444a2436cc2dc /themes/default/layouts/_default/_markup/render-codeblock.html
parent84b2577f14e35168a58e65de29b8bb44ae5383f2 (diff)
downloadcanory-0966342656bfa868fc759d6c5e7153089f73dd1c.tar.gz
canory-0966342656bfa868fc759d6c5e7153089f73dd1c.tar.bz2
canory-0966342656bfa868fc759d6c5e7153089f73dd1c.zip
themes/default/layouts/_default/_markup/render-codeblock: Remove copy button
Diffstat (limited to 'themes/default/layouts/_default/_markup/render-codeblock.html')
-rw-r--r--themes/default/layouts/_default/_markup/render-codeblock.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/default/layouts/_default/_markup/render-codeblock.html b/themes/default/layouts/_default/_markup/render-codeblock.html
index f18f0d3..3529dc4 100644
--- a/themes/default/layouts/_default/_markup/render-codeblock.html
+++ b/themes/default/layouts/_default/_markup/render-codeblock.html
@@ -9,10 +9,6 @@
<language-label>
<a href="#{{ $id }}">{{ $type }}</a>
</language-label>
- <button hidden="">
- {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/copy.svg")) }}
- <span>Copy</span>
- </button>
</header>
{{ highlight .Inner $type (print $options ",lineAnchors=" "code-line-" $hash) }}
</code-block>