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 {
dir: {
input: "src",
includes: "_components",
layouts: "_layouts",
},
};
}

View file

@ -8,4 +8,4 @@
</a>
{%- endif -%}
{%- endfor %}
</p>
</p>

View file

@ -21,5 +21,12 @@ layout: base
<h2>Neighborhood</h2>
</header>
{% 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>
</div>
</div>