Skip to content

Commit f15475d

Browse files
committed
Set the js_copycode flag to false
1 parent a693a2e commit f15475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ uglyurls = false # if set to true then links are generated with the full path. e
144144
integrity = true # increases site security, should normally be true. (setting to false is useful during js development)
145145
js_bundle = true # multiple javascript files combined into a single file (setting to false is useful during js development)
146146

147-
js_copycode = true # The copy button on code blocks that allows you to copy them to the clipboard.
147+
js_copycode = false # The copy button on code blocks that allows you to copy them to the clipboard.
148148
js_email_encode = true # obfuscates email address in footer
149149
js_prestyle = true # used to preload: FontAwesome, Katex, external Google Fonts
150150
js_switcher = false # The button that allows manually changing between light/dark mode.

0 commit comments

Comments
 (0)