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" />
|
||||
{%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>
|
Loading…
Add table
Add a link
Reference in a new issue