1
0
Fork 0

Use recent posts until I can think of something better...

This commit is contained in:
Luca Beltrame 2015-05-11 07:36:57 +02:00
parent ac27cd6ec3
commit 5fd410380b

View file

@ -17,7 +17,7 @@
</div> </div>
<div class="panel radius"> <div class="panel radius">
<h3>Recent posts</h3> <h3>Recent posts</h3>
<ul> <ul>
{% for post in site.posts limit:5 %} {% for post in site.posts limit:5 %}
<li> <li>
@ -25,6 +25,7 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
<div class="panel radius"> <div class="panel radius">