13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
</div>
|
|
{% include footer.liquid %}
|
|
</body>
|
|
<script>
|
|
(function() {
|
|
// Support for Mobile Devices
|
|
document.querySelector("#navigation-toggle").addEventListener("click", (ev) => {
|
|
document.querySelector("#header #navigation").classList.toggle("open");
|
|
});
|
|
})();
|
|
</script>
|
|
</html>
|