diff options
| -rw-r--r-- | views/home/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home/index.php b/views/home/index.php index 92c69d8..37aa1f0 100644 --- a/views/home/index.php +++ b/views/home/index.php @@ -22,7 +22,7 @@ </section> <section class="title"> <img src="<?php echo '/archives/' . $page->FaviconPath ?>"></span> - <span><!-- Title --></span> + <span><?php echo $page->Title ?></span> </section> <section> <strong>Visits: <?php echo $page->Visits ?></strong> |
