master
kek7198 2021-12-21 21:26:29 -06:00
parent f6c891bf33
commit dbd7faa9b2
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,7 @@
</head>
<body class="overflow-hidden overflow-y-auto sm:overflow-y-none antialiased text-black bg-gray-700 dark:text-gray-100">
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="overflow-hidden overflow-y-auto sm:overflow-y-none antialiased text-black bg-gray-700 dark:text-gray-100">
{% block Banner %}
{% endblock %}
@ -367,6 +367,7 @@
<script>
document.body.addEventListener('focus', (event) => {
console.log(event)
document.body.blur();
});
</script>