update bitty to 6.0.0-rc3

This commit is contained in:
2025-11-27 15:01:06 +03:00
parent fefdbdb493
commit 4d88b5c24c
4 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ Repo: https://github.com/emcconville/wand
## Bitty ## Bitty
Affected files: [`data/static/js/vnd/bitty-6.0.0-rc1.min.js`](./data/static/js/vnd/bitty-6.0.0-rc1.min.js) Affected files: [`data/static/js/vnd/bitty-6.0.0-rc3.min.js`](./data/static/js/vnd/bitty-6.0.0-rc3.min.js)
URL: https://bitty.alanwsmith.com/ URL: https://bitty.alanwsmith.com/
License: CC0 1.0 License: CC0 1.0
Author: alan w smith https://www.alanwsmith.com/ Author: alan w smith https://www.alanwsmith.com/

View File

@@ -10,7 +10,7 @@
{% endif %} {% endif %}
<link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}"> <link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}">
<link rel="icon" type="image/png" href="/static/favicon.png"> <link rel="icon" type="image/png" href="/static/favicon.png">
<script src="/static/js/vnd/bitty-6.0.0-rc1.min.js" type="module"></script> <script src="/static/js/vnd/bitty-6.0.0-rc3.min.js" type="module"></script>
</head> </head>
<body> <body>
<bitty-6-0 data-connect="/static/js/bitties/pyrom-bitty.js"> <bitty-6-0 data-connect="/static/js/bitties/pyrom-bitty.js">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long