move rbloicht hide script to footer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f6f5e7e599
commit
aa774340a9
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue