Move Work to partial, recurse
This commit is contained in:
35
layouts/_partials/nav.html
Normal file
35
layouts/_partials/nav.html
Normal file
@ -0,0 +1,35 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<details>
|
||||
<summary>Books</summary>
|
||||
<ul>
|
||||
<li><a href="/cycle">The Post-Self Cycle:</a>
|
||||
<ul>
|
||||
<li><a href="https://qoheleth.post-self.ink" target="_blank"><em>Qoheleth</em></a></li>
|
||||
<li><a href="https://toledot.post-self.ink" target="_blank"><em>Toledot</em></a></li>
|
||||
<li><a href="https://neviim.post-self.ink" target="_blank"><em>Nevi'im</em></a></li>
|
||||
<li><a href="https://mitzvot.post-self.ink" target="_blank"><em>Mitzvot</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/stories-of-restoration">Stories of Restoration:</a>
|
||||
<ul>
|
||||
<li><a href="https://marsh.post-self.ink" target="_blank"><em>Marsh</em></a></li>
|
||||
<li><a href="https://idumea.post-self.ink" target="_blank"><em>Idumea</em></a></li>
|
||||
<li><a href="https://kaddish.post-self.ink" target="_blank"><em>Kaddish</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://clade.post-self.ink"><em>Clade</em></a></li>
|
||||
<li><a href="https://jessfluf.itch.io/unintended-tendencies" target="_blank"><em>Unintended Tendencies</em></a></li>
|
||||
<li><a href="https://motes-played.post-self.ink" target="_blank"><em>Motes Played</em></a></li>
|
||||
<li><a href="https://ask.post-self.ink" target="_blank"><em>Ask. — An Odist Q&A</em></a></li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
<li><a href="/works">Stories</a></li>
|
||||
<li><a href="/gallery">Images</a></li>
|
||||
<!--<li><a href="https://rpg.post-self.ink">The TTRPG</a></li>-->
|
||||
<li><a href="https://wiki.post-self.ink" target="_blank">Wiki</a></li>
|
||||
<li><a href="/extras">Extras</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user