homepage content tweaks

This commit is contained in:
Rik Berkelder 2025-05-23 17:32:28 +02:00
parent b259b9f083
commit 446573d1bc
2 changed files with 12 additions and 3 deletions

View file

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