fix: show raw page onload value

This commit is contained in:
2023-09-21 20:11:33 +02:00
parent 814692adeb
commit 6e8965a0c6

View File

@@ -89,7 +89,7 @@
{{ theme_config.analytics|raw }}
</head>
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload }}'{% endif %}>
<body id="top"{% if page.header.onload %} onload='{{ page.header.onload|raw }}'{% endif %}>
{% block header %}
<div class="navigation">