diff options
author | Volpeon <git@volpeon.ink> | 2021-01-24 17:55:58 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-24 17:55:58 +0100 |
commit | cd0229805c4a2913986b3672dd091dd3daba53a5 (patch) | |
tree | 7c67121197340c5741b99a0aefe2bccce72bedd1 /templates/layouts/index.html | |
parent | Replace blogs with notebooks (i.e. no dates, grouped by category) (diff) | |
download | volpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.tar.gz volpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.tar.bz2 volpeon.ink-cd0229805c4a2913986b3672dd091dd3daba53a5.zip |
Various small fixes
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> | ||