aboutsummaryrefslogtreecommitdiff
path: root/views/home/card.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/home/card.php')
-rw-r--r--views/home/card.php4
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>