Add ORC Document Archive link to Navbar

This commit is contained in:
Lewin Kelly 2023-09-29 23:55:19 +01:00
parent 94fb4edb6b
commit cbe170a1b2
No known key found for this signature in database
GPG Key ID: C103AD9C84014FD7
1 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,15 @@
<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>