diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/home/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/home/index.php b/views/home/index.php index 8a56dcb..92c69d8 100644 --- a/views/home/index.php +++ b/views/home/index.php @@ -20,8 +20,8 @@ <a href="<?php echo $page->URL ?>"><?php echo $page->URL ?></a> <span class="float-right"><?php echo $page->Date ?></span> </section> - <section> - <span><!-- Favicon --></span> + <section class="title"> + <img src="<?php echo '/archives/' . $page->FaviconPath ?>"></span> <span><!-- Title --></span> </section> <section> |
