forked from tylda-public/main
Compare commits
1 Commits
d2783fc22f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c86600244 |
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user