implemented eleventy filter for links

This commit is contained in:
sundae 2025-10-19 15:55:35 +03:00
parent fb24c6a302
commit c8223447a0
No known key found for this signature in database
41 changed files with 230 additions and 205 deletions

View file

@ -1,9 +1,8 @@
<html lang="en">
<head>
<title>{{site.name}}{% if title %} - {{title}}{% endif %}</title>
<link rel="icon" href="/assets/img/icon/sundae.png" />
{% include "meta.njk" %}
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/assets/img/icon/sundae.png">
<link rel="stylesheet" href="/assets/css/reset.css" />
<link rel="stylesheet" href="/assets/css/default/index.css" />
</head>
@ -16,9 +15,7 @@
</h1>
</header>
<main>
<a rel="me" href="https://denden.world/@fossilisk" style="display: none"
>Mastodon</a
>
<a rel="me" href="{{site.mastodon}}" style="display: none">Mastodon</a>
</main>
<footer>
<p>
@ -27,6 +24,7 @@
<i>*nom nom nom*</i>
<br />
<sub>(only used for simple interactivity)</sub>
<br>Best viewed with an up-to-date browser!
</p>
</footer>
</body>