From adcfdc6b729a2e806c29f5974a19edd1c80044eb Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 20 Jun 2024 10:02:57 +0300 Subject: [PATCH] Display -> show --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e05d7b0..a005249 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ source_url = "https://codeberg.org/daudix/duckquill" # "YOUR_SCRIPT.js", # "ALSO_YOUR_SCRIPT.js" # ] -# Whether to display "copy code" button on all code blocks +# Whether to show "copy code" button on all code blocks # that have the language set. # See https://www.getzola.org/documentation/content/syntax-highlighting/ show_copy_button = true