Move directories and add spellcircle
This commit is contained in:
parent
e4f6cdbbc2
commit
264511f233
|
@ -229,6 +229,8 @@ export default function (eleventyConfig) {
|
||||||
return {
|
return {
|
||||||
dir: {
|
dir: {
|
||||||
input: "src",
|
input: "src",
|
||||||
|
includes: "_components",
|
||||||
|
layouts: "_layouts",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">←</a>
|
||||||
|
🔮
|
||||||
|
<a href="https://spellcircle.neocities.org">Spellcircle</a>
|
||||||
|
🧙
|
||||||
|
<a href="https://spellcircle.neocities.org/Gil/next">→</a>
|
||||||
|
</p>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue