move rbloicht hide script to footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-05-23 19:37:12 +02:00
parent f6f5e7e599
commit aa774340a9

View file

@ -37,11 +37,6 @@
<meta property="og:image" content="{{site.url}}/img/RB-w.png" />
{%endif%}
<script>
if (window.location.href.includes("rblicht.nl")) {
document.querySelectorAll(".rblicht-hide").forEach(e => { e.style.display = 'none'; });
}
</script>
<title>{% if title %}{{title}} | {% endif %}{{site.title}}</title>
</head>
@ -87,6 +82,12 @@
captionType: 'text',
});
</script>
<script>
if (window.location.href.includes("rblicht.nl")) {
document.querySelectorAll(".rblicht-hide").forEach(e => { e.style.display = 'none'; });
}
</script>
</body>
</html>