summaryrefslogtreecommitdiffstats
path: root/content/index.js
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-18 15:44:32 +0200
committerVolpeon <git@volpeon.ink>2021-04-18 15:44:32 +0200
commit8c83a2ef92be845c5ffecb1434028d0c68915936 (patch)
treea18faff703a1deadb041dcc977208a4d6565dd85 /content/index.js
parentFetch pages of sections (diff)
downloadvolpeon.ink-8c83a2ef92be845c5ffecb1434028d0c68915936.tar.gz
volpeon.ink-8c83a2ef92be845c5ffecb1434028d0c68915936.tar.bz2
volpeon.ink-8c83a2ef92be845c5ffecb1434028d0c68915936.zip
Update
Diffstat (limited to 'content/index.js')
-rw-r--r--content/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/index.js b/content/index.js
index 8a24e3a..e03dec1 100644
--- a/content/index.js
+++ b/content/index.js
@@ -2,5 +2,5 @@ var headerEl = document.querySelector(".c-hero");
2var headerTemplateEl = document.getElementById("header-sm"); 2var headerTemplateEl = document.getElementById("header-sm");
3var headerSmEl = headerTemplateEl.content.cloneNode("true"); 3var headerSmEl = headerTemplateEl.content.cloneNode("true");
4 4
5headerEl.classList.remove("u-hidden@sm-down"); 5headerEl.classList.remove("u-dn@sm-down");
6headerEl.appendChild(headerSmEl); 6headerEl.appendChild(headerSmEl);