| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 05:36:34 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-22 05:36:34 +0100 |
| commit | 36465a7d2acb73ae2356596845994fc8814ef279 (patch) | |
| tree | aed85f92f985864cf0504feb1b457886717569aa | |
| parent | 85b221d2ea434a203d87965a5acd2997fa68bcbd (diff) | |
Removes clipboard for inline stuff.
| -rw-r--r-- | config.toml | 3 |
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 |


