Move directories and add spellcircle

This commit is contained in:
Gil 2025-05-20 03:21:26 -05:00
parent e4f6cdbbc2
commit 264511f233
11 changed files with 11 additions and 2 deletions

View file

@ -229,6 +229,8 @@ export default function (eleventyConfig) {
return { return {
dir: { dir: {
input: "src", input: "src",
includes: "_components",
layouts: "_layouts",
}, },
}; };
} }

View file

@ -21,5 +21,12 @@ layout: base
<h2>Neighborhood</h2> <h2>Neighborhood</h2>
</header> </header>
{% include 'snippets/badges.njk' %} {% include 'snippets/badges.njk' %}
<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> </aside>
</div> </div>