homepage content tweaks
This commit is contained in:
parent
b259b9f083
commit
446573d1bc
2 changed files with 12 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue