diff --git a/assets/css/noscript.css b/assets/css/noscript.css new file mode 100644 index 0000000..e4a93ba --- /dev/null +++ b/assets/css/noscript.css @@ -0,0 +1,3 @@ +.code-copy-button { + display: none; +} diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 838e9ab..747c8f2 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -6,6 +6,12 @@ {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} {{ end }} + {{ with resources.Get "css/noscript.css" | fingerprint "sha512" }} + + {{ end }} + {{ with resources.Get "css/syntax.css" | fingerprint "sha512" }} {{ end }}