gil.ink/src/_layouts/home.njk
2025-05-20 17:00:55 -05:00

35 lines
1 KiB
Plaintext

---
layout: base
---
<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>
{% include 'snippets/socials.njk' %}
</aside>
<aside class="home__updates box pad">
<header>
<h2>Updates</h2>
</header>
{% include 'snippets/updates.njk' %}
</aside>
<aside class="home__badges box pad">
<header>
<h2>Neighborhood</h2>
</header>
{% include 'snippets/badges.njk' %}
<p>
<a href="http://validator.w3.org/feed/check.cgi?url=https%3A//gil.ink/feed.xml" rel="noopener noreferrer" target="_blank"><img src="assets/img/valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed"/> </a>
</p>
<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>
</aside>
</div>