aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-14 20:19:38 -0400
committertdro <tdro@noreply.example.com>2022-06-14 20:19:38 -0400
commit32c9a1b2e5ad188bff0734b2f8888c075eedc1a9 (patch)
tree33b8da981911154b0f734bf81a6180b3c3f6ecce
parent30776897e9e102704168a95ead7757b5c9a8b0eb (diff)
downloadcanory-32c9a1b2e5ad188bff0734b2f8888c075eedc1a9.tar.gz
canory-32c9a1b2e5ad188bff0734b2f8888c075eedc1a9.tar.bz2
canory-32c9a1b2e5ad188bff0734b2f8888c075eedc1a9.zip
assets/css/syntax-highlight-default: Hide copy button
Until we get around to testing clipboard apis.
-rw-r--r--assets/css/syntax-highlight-default.css1
-rw-r--r--content/default/messages/quickstart.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/syntax-highlight-default.css b/assets/css/syntax-highlight-default.css
index e2d944d..0208323 100644
--- a/assets/css/syntax-highlight-default.css
+++ b/assets/css/syntax-highlight-default.css
@@ -22,6 +22,7 @@
code-block button {
border: 1px solid #ccc;
+ display: none;
}
.chroma .line:hover {
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index d466cd1..08cb768 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -6,7 +6,7 @@ author = "default"
+++
Somehow you've ended up here, funny how that works. I'm responsible for
-explaining how to get started. The copy button is broken...
+explaining how to get started.
GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.