content/*: move to root
All checks were successful
/ render (push) Successful in 32s

This commit is contained in:
Antoine Martin 2024-09-17 15:02:04 -04:00
parent d0dc2ae971
commit 4ada397885
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
60 changed files with 3 additions and 3 deletions

11
sidebar.html Normal file
View file

@ -0,0 +1,11 @@
<!-- the anchors force ikiwiki to use a tags instead of spans. hopefully. -->
<ul class="navbar-nav nav-link align-items-center ms-auto">
<li>[[Home|index]]</li>
<li>[[Platforms]]</li>
<li>[[Join]]</li>
<li>
<button class="btn sign-in" onclick="window.location.href='https://ilot.io/apps/files';">
Your Files
</button>
</li>
</ul>