chore: small wiki visual changes

This commit is contained in:
iodomi
2026-06-22 16:35:04 +02:00
parent d2783fc22f
commit 7c86600244

View File

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