diff options
Diffstat (limited to 'templates/layouts/index.html')
-rw-r--r-- | templates/layouts/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 21e6293..61edec2 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
@@ -42,11 +42,4 @@ $body$ | |||
42 | |_ <strong>`~´ (/\\, (/\\, </strong> _' '_ _| ' |_ _' '_</pre> | 42 | |_ <strong>`~´ (/\\, (/\\, </strong> _' '_ _| ' |_ _' '_</pre> |
43 | </template> | 43 | </template> |
44 | 44 | ||
45 | <script> | 45 | <script src="/index.js" type="text/javascript"></script> |
46 | var headerEl = document.querySelector(".c-hero"); | ||
47 | var headerTemplateEl = document.getElementById("header-sm"); | ||
48 | var headerSmEl = headerTemplateEl.content.cloneNode("true"); | ||
49 | |||
50 | headerEl.classList.remove("u-hidden@sm-down"); | ||
51 | headerEl.appendChild(headerSmEl); | ||
52 | </script> | ||