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>
|
||||||
|
|
||||||
<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">
|
||||||
|
|
Reference in a new issue