port to bitty 7.0.0-rc1
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}">
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png">
|
||||
<script src="{{ '/static/js/vnd/bitty-6.0.0-rc3.min.js' | cachebust }}" type="module"></script>
|
||||
<script src="{{ '/static/js/vnd/bitty-7.0.0-rc1.min.js' | cachebust }}" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<bitty-6-0 data-connect="{{ '/static/js/bitties/pyrom-bitty.js' | cachebust }}">
|
||||
<bitty-7-0 data-connect="{{ '/static/js/bitties/pyrom-bitty.js' | cachebust }}">
|
||||
{% include 'common/topnav.html' %}
|
||||
{% with messages = get_flashed_messages(with_categories=true) %}
|
||||
{% if messages %}
|
||||
@@ -24,6 +24,6 @@
|
||||
{% endwith %}
|
||||
{% block content %}{% endblock %}
|
||||
{% include 'common/footer.html' %}
|
||||
</bitty-6-0>
|
||||
</bitty-7-0>
|
||||
<script src="{{ "/static/js/ui.js" | cachebust }}"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user