diff --git a/layouts/index.html b/layouts/index.html index a4ad094..95234a7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@
-
+
tibble hex sticker
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fc432db..9a417c1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -45,3 +45,6 @@ {{ if hasPrefix .URL "/articles" -}} {{- end }} + diff --git a/static/css/noscript.css b/static/css/noscript.css new file mode 100644 index 0000000..6e8d2e1 --- /dev/null +++ b/static/css/noscript.css @@ -0,0 +1,16 @@ +#rStudioHeader .innards { + flex-wrap: wrap; +} +#rStudioHeader #menu { + display: block; + white-space: normal; +} +#rStudioHeader #menu #menuItems { + display: block; +} +#rStudioHeader #menu #menuToggler { + display: none; +} +#rStudioHeader #menu .menuItem { + display: inline-block; +}