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