Use recent posts until I can think of something better...
This commit is contained in:
parent
ac27cd6ec3
commit
5fd410380b
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
|
||||
<div class="panel radius">
|
||||
<h3>Recent posts</h3>
|
||||
<h3>Recent posts</h3>
|
||||
<ul>
|
||||
{% for post in site.posts limit:5 %}
|
||||
<li>
|
||||
|
@ -25,6 +25,7 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="panel radius">
|
||||
|
|
Reference in a new issue