summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 05:36:34 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 05:36:34 +0100
commit36465a7d2acb73ae2356596845994fc8814ef279 (patch)
treeaed85f92f985864cf0504feb1b457886717569aa
parent85b221d2ea434a203d87965a5acd2997fa68bcbd (diff)
Removes clipboard for inline stuff.
-rw-r--r--config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 149daf3..e5910ad 100644
--- a/config.toml
+++ b/config.toml
@@ -6,13 +6,14 @@ theme = "hugo-theme-learn"
[params]
custom_css = ["css/prism.css"]
disableShortcutsTitle=true
+ disableInlineCopyToClipBoard=true
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
-name = "<i class='fab fa-github'></i> Github"
+name = "<i class='fab fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/nsensfel/tonkadur"
weight = 50