gil.ink/src/_layouts/home.njk

32 lines
799 B
Plaintext
Raw Normal View History

2025-04-30 02:44:05 -04:00
---
layout: base
2025-04-30 02:44:05 -04:00
---
2025-05-17 10:17:44 -04:00
<div class="page--home gap">
<main class="home__main box pad">{{ content | safe }}</main>
<aside class="home__social box pad">
<header>
<h2>Elsewhere</h2>
</header>
2025-05-16 19:21:47 -04:00
{% include 'snippets/socials.njk' %}
</aside>
2025-05-17 10:17:44 -04:00
<aside class="home__updates box pad">
<header>
<h2>Updates</h2>
</header>
2025-05-16 19:21:47 -04:00
{% include 'snippets/updates.njk' %}
</aside>
2025-05-17 10:17:44 -04:00
<aside class="home__badges box pad">
<header>
<h2>Neighborhood</h2>
</header>
2025-05-16 19:21:47 -04:00
{% include 'snippets/badges.njk' %}
2025-05-20 04:21:26 -04:00
<p>
<a href="https://spellcircle.neocities.org/Gil/previous">&larr;</a>
🔮
<a href="https://spellcircle.neocities.org">Spellcircle</a>
🧙
<a href="https://spellcircle.neocities.org/Gil/next">&rarr;</a>
</p>
2025-05-16 19:21:47 -04:00
</aside>
2025-05-20 04:21:26 -04:00
</div>