diff options
Diffstat (limited to 'views/home/card.php')
| -rw-r--r-- | views/home/card.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/home/card.php b/views/home/card.php index de7d6a6..2711b4a 100644 --- a/views/home/card.php +++ b/views/home/card.php @@ -8,8 +8,8 @@ <span><?= $page->Title ?></span> </section> <section> - <strong>Visits: <?= $page->Visits ?></strong> - <strong><!-- Archives count --></strong> + <strong>Visits: <?= $page->totalViewCount() ?></strong> + <strong>Archives: <?= count($page->allArchives()) ?></strong> </section> </section> |
