Release 1.1 #18

Merged
ryan merged 92 commits from 1.1 into main 2025-10-10 23:32:42 -04:00
Showing only changes of commit 1d98940341 - Show all commits

View File

@@ -12,7 +12,7 @@
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
</head>
<body class='is-preload' onload='setHeight()' onresize='setHeight()'>
<body class='is-preload' onresize='setHeight()'>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>