diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 777ee4c..a3a06d9 100755 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -70,7 +70,7 @@ function og_args() { %> <%- meta_generator() %> - + <%- generate_robots() %> diff --git a/source/css/_plugins/copycode.styl b/source/css/_plugins/copycode.styl index a6e8aae..fc76b82 100644 --- a/source/css/_plugins/copycode.styl +++ b/source/css/_plugins/copycode.styl @@ -33,6 +33,7 @@ color: $c-orange opacity: 0.75 -.md-text .tag-plugin[child=codeblock] +.md-text .folding[child=codeblock] .highlight .code .copy-btn + margin-top: 1rem border-radius: $border-bar \ No newline at end of file