Added the HermitStatus page to the navbar :3
parent
0b5ec2ee20
commit
019bf45a3d
|
@ -12,6 +12,8 @@ left:
|
|||
href: https://cloud.hermitcollective.net/
|
||||
- text: "HermitFeeds"
|
||||
href: https://feeds.hermitcollective.net/
|
||||
- text: "Status page"
|
||||
href: https://status.hermitcollective.net/
|
||||
|
||||
- text: "Blog Posts"
|
||||
menu:
|
||||
|
|
|
@ -434,6 +434,9 @@ div.tocify {
|
|||
<li>
|
||||
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://status.hermitcollective.net/">Status page</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -250,6 +250,9 @@ $(document).ready(function () {
|
|||
<li>
|
||||
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://status.hermitcollective.net/">Status page</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -334,6 +334,9 @@ div.tocify {
|
|||
<li>
|
||||
<a href="https://feeds.hermitcollective.net/">HermitFeeds</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://status.hermitcollective.net/">Status page</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
|
|
Loading…
Reference in New Issue