A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: import map firefox

+3 -3
+3 -3
src/_includes/layouts/facet.vto
··· 30 30 {{ for url of styles }} 31 31 <link rel="stylesheet" href="{{ url }}" /> 32 32 {{ /for }} 33 + </head> 34 + <body> 35 + {{ content }} 33 36 34 37 <!-- Scripts --> 35 38 {{ for url of scripts }} 36 39 <script src="{{ url }}" type="module"></script> 37 40 {{ /for }} 38 - </head> 39 - <body> 40 - {{ content }} 41 41 </body> 42 42 </html>