mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Add total post count to index page.
This commit is contained in:
parent
570e6d3b7d
commit
0e304c59c4
@ -2,7 +2,7 @@
|
|||||||
title: Welcome to the Wiki
|
title: Welcome to the Wiki
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<h3>Latest posts:</h3>
|
<h3>Latest posts ({{ site.posts | size }} total):</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
Loading…
Reference in New Issue
Block a user