From b01e9a8653a5fba53a4e0355d71219c6f7b671dd Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 31 Jul 2022 01:37:00 +0200 Subject: [PATCH] bundle noscript style --- assets/css/includes/noscript.css | 8 ++++++++ layouts/partials/head.html | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 assets/css/includes/noscript.css diff --git a/assets/css/includes/noscript.css b/assets/css/includes/noscript.css new file mode 100644 index 00000000..80f9389b --- /dev/null +++ b/assets/css/includes/noscript.css @@ -0,0 +1,8 @@ +#theme-toggle, +.top-link { + display: none; +} + +#searchInput { + display: none; +} \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d1fa7173..40e4acf2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -68,6 +68,17 @@ {{- end }} +{{- /* noscript */}} + + {{- /* Favicons */}}