Skip to content

Commit 97e289c

Browse files
committed
added empty counters template to be themed in real site
1 parent 9b6ed61 commit 97e289c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/views/layouts/_counters.php

Whitespace-only changes.

src/views/layouts/main.php

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
</div>
6262
</footer>
6363

64+
<?= $this->render('_counters') ?>
65+
6466
<?php $this->endBody() ?>
6567
</body>
6668
</html>

0 commit comments

Comments
 (0)