1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Add total post count to index page.

This commit is contained in:
Markus Birth 2015-02-23 01:28:33 +01:00
parent 570e6d3b7d
commit 0e304c59c4

View File

@ -2,7 +2,7 @@
title: Welcome to the Wiki
layout: default
---
<h3>Latest posts:</h3>
<h3>Latest posts ({{ site.posts | size }} total):</h3>
<ul>
{% for post in paginator.posts %}