Move directories and add spellcircle
This commit is contained in:
parent
e4f6cdbbc2
commit
264511f233
|
@ -229,6 +229,8 @@ export default function (eleventyConfig) {
|
|||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
includes: "_components",
|
||||
layouts: "_layouts",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
</a>
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
</p>
|
||||
</p>
|
|
@ -21,5 +21,12 @@ layout: base
|
|||
<h2>Neighborhood</h2>
|
||||
</header>
|
||||
{% 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>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue