Add ORC Document Archive link to Navbar
This commit is contained in:
parent
94fb4edb6b
commit
cbe170a1b2
|
|
@ -8,12 +8,21 @@
|
||||||
</span>
|
</span>
|
||||||
<nav
|
<nav
|
||||||
class="mt-3 box-border flex
|
class="mt-3 box-border flex
|
||||||
flex-wrap justify-self-center lg:flex-col">
|
flex-wrap justify-self-center lg:flex-col">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
<a href="/revivals">Revival Index</a>
|
<a href="/revivals">Revival Index</a>
|
||||||
<a href="/reviews">Reviews</a>
|
<a href="/reviews">Reviews</a>
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
|
<span class="flex flex-wrap ">
|
||||||
|
<a href="https://orchives.heliodex.cf/" target="_blank">
|
||||||
|
Document Archive
|
||||||
|
<img
|
||||||
|
src="/outlink.svg"
|
||||||
|
alt="Links to an external site"
|
||||||
|
class="@light:invert h-3 pb-2" />
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue