|
3b22643733
|
In an index.templ a range for was replaced by good old C-style for loop to prevent copying by value, and to get rid of that warning about mutex copy.
|
2024-05-10 04:59:18 +04:00 |
|
|
23f53609ae
|
Forgot to add preload="none", controls and playsinline to an audio tag.
|
2024-05-10 04:37:25 +04:00 |
|
|
c49c5b0112
|
No need in URL escaping since these links are safe already, so just cast them to SafeURL.
|
2024-05-10 02:48:47 +04:00 |
|
|
fb5c46381e
|
Remove a comment at the end of index.templ.
|
2024-05-10 00:13:12 +04:00 |
|
|
670b6ea032
|
Jade was replaced with Templ. Also some changes were made to a layout. A ServeAsset() handler was introduced.
|
2024-05-10 00:11:33 +04:00 |
|