gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup

This commit is contained in:
sundae 2026-06-04 14:05:36 +03:00
commit d376e04015
24 changed files with 474 additions and 606 deletions

View file

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title>{{site.name}}{% if title %} - {{title}}{% endif %}</title>
<title>{{site.name}}</title>
{% include "meta.njk" %}
<link rel="icon" href="/assets/img/icon/sundae.png" />
<link rel="stylesheet" href="/assets/css/reset.css" />
@ -10,27 +10,16 @@
<header>
<h1>
<a href="/home">
<img
src="/assets/img/theme/citrus/enter.png"
alt="Link to home page"
/>
<img src="/assets/img/theme/citrus/enter.png" alt="Link to home page"/>
</a>
</h1>
</header>
<main>
<a rel="me" href="{{outgoing.mastodon[0].src}}" style="display: none"
>Mastodon</a
>
<a rel="me" href="{{outgoing.mastodon[0].src}}" style="display: none">Mastodon</a>
</main>
<footer>
<p>
This site eats cookies for breakfast.
<br />
<i>*nom nom nom*</i>
<br />
<sub>(only used for simple interactivity)</sub>
<br />Best viewed with an up-to-date browser!
</p>
<p>This website uses JavaScript and local storage for simple interactivity.</p>
<p>Best viewed with an up-to-date browser!</p>
</footer>
</body>
</html>