diff --git a/_config.yml b/_config.yml index f63c9038c952..40529b8569a0 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ repository : # GitHub username/repo-name e.g. "mmistakes/minimal-m teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" # breadcrumbs : false # true, false (default) words_per_minute : 200 +enable_copy_code_button : # true, false (default) comments: provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom" disqus: diff --git a/_includes/head.html b/_includes/head.html index ffcc741629ae..96eff1170ab9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,8 +11,11 @@ - diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index 6776e9df6871..c6bd268961db 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -484,3 +484,60 @@ a.reversefootnote { color: $danger-color; font-weight: bold; } + +/* + Copy
block to clipboard + ========================================================================== */ + +// a