feat: add wiki, online users, style changes, cool 404, ssh fingerprints and new slogans #9

Merged
v0id1st merged 8 commits from io/main:main into main 2026-06-22 20:35:59 +02:00
Showing only changes of commit 7c86600244 - Show all commits

View File

@@ -15,7 +15,6 @@ $Extra = new ParsedownExtra();
</div> </div>
<article id="content"> <article id="content">
<p>Artykuły na naszej wiki:</p>
<?php <?php
@@ -39,7 +38,7 @@ foreach (glob("source/*.md") as $file)
foreach ($categories as $category) foreach ($categories as $category)
{ {
echo '<b> > '.ucwords($category).'</b>'; echo '<h3> > '.ucwords($category).'</h3>';
echo '<ul>'; echo '<ul>';
$article_titles = []; $article_titles = [];