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