Added "latest news"

This commit is contained in:
Krom, Robertus 2014-09-03 17:25:49 +02:00
commit 2ae8f20e40

View file

@ -52,4 +52,23 @@ title: Greenshot
<p>If you find that Greenshot saves you a lot of time and/or money, you are very welcome to <a href="/support/">support the development</a> of this screenshot software.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-2 hidden-sm hidden-xs hidden-md">
<div class="panel panel-info" >
<div class="panel-heading">
<h3 class="panel-title">Latest news</h3>
</div>
<div class="panel-body">
<ul>
{% for post in site.posts offset: 0 limit: 3 %}
<li>
<span>{{ post.date | date: "%b %-d, %Y" }}</span><br/>
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</li>
{% endfor %}
<span class="label"><a href="/blog">All entries</a></span>
</ul>
</div>
</div>
</div>