oops wrong variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2022-07-12 12:40:41 -04:00
parent 6bda5a078f
commit 6b71569369
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {
<tbody>
<?php foreach ($pages as $page) { ?>
<tr>
<td><a href="<?=$pages["name"]?>"><?=$page["title"]?></a></td>
<td><a href="<?=$page["name"]?>"><?=$page["title"]?></a></td>
<td><?=$page["description"] ?? ""?></td>
</tr>
<?php } ?>