index finished
This commit is contained in:
parent
0047f46ae9
commit
b5b7d74e05
2 changed files with 11 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
<nav class="main-nav">
|
||||
<a href="/">Index</a>
|
||||
<a href="#" x-on:click="menu = 'adoptions'">Adoptions</a>
|
||||
<a href="#" x-on:click="menu = 'about'">About</a>
|
||||
<a href="#" x-on:click="menu = 'exit'">Exit</a>
|
||||
{% comment %}<a href="#" x-on:click="menu = 'adoptions'">Adoptions</a>{% endcomment %}
|
||||
{% comment %}<a href="#" x-on:click="menu = 'about'">About</a>{% endcomment %}
|
||||
{% comment %}<a href="#" x-on:click="menu = 'exit'">Exit</a>{% endcomment %}
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -17,6 +17,14 @@ layout: layout.liquid
|
|||
|
||||
<p><a href="/updates/">update archive</a></p>
|
||||
|
||||
<h3>10 Dec 2023</h3>
|
||||
|
||||
<p>Long time no see! Epiphany is back online, with a slightly modified version
|
||||
of last year's Christmas theme. Also, I've started using <a
|
||||
href="https://www.11ty.dev/" target="_blank">11ty</a> + <a
|
||||
href="https://alpinejs.dev/" target="_blank">Alpine.js</a> to build the
|
||||
site!</p>
|
||||
|
||||
<h3>14 Nov 2022</h3>
|
||||
|
||||
<p>Christmas theme up (:</p>
|
||||
|
|
Loading…
Reference in a new issue