Added the HermitStatus page to the navbar :3

Live
Johannes Hendrik Gerard van der Weide 2023-11-01 09:43:18 +01:00
parent 0b5ec2ee20
commit 019bf45a3d
4 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,8 @@ left:
href: https://cloud.hermitcollective.net/ href: https://cloud.hermitcollective.net/
- text: "HermitFeeds" - text: "HermitFeeds"
href: https://feeds.hermitcollective.net/ href: https://feeds.hermitcollective.net/
- text: "Status page"
href: https://status.hermitcollective.net/
- text: "Blog Posts" - text: "Blog Posts"
menu: menu:

View File

@ -434,6 +434,9 @@ div.tocify {
<li> <li>
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a> <a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
</li> </li>
<li>
<a href="https://status.hermitcollective.net/">Status page</a>
</li>
</ul> </ul>
</li> </li>
<li class="dropdown"> <li class="dropdown">

View File

@ -250,6 +250,9 @@ $(document).ready(function () {
<li> <li>
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a> <a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
</li> </li>
<li>
<a href="https://status.hermitcollective.net/">Status page</a>
</li>
</ul> </ul>
</li> </li>
<li class="dropdown"> <li class="dropdown">

View File

@ -334,6 +334,9 @@ div.tocify {
<li> <li>
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a> <a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
</li> </li>
<li>
<a href="https://status.hermitcollective.net/">Status page</a>
</li>
</ul> </ul>
</li> </li>
<li class="dropdown"> <li class="dropdown">