1
0
Fork 0

Update New Homepage

This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 16:40:11 +02:00
parent 32360c9176
commit 54c5d4b093
13 changed files with 65 additions and 44 deletions

View file

@ -0,0 +1,6 @@
<ul class="side-nav">
{% for post in site.posts limit:include.entries offset:include.offset %}
<li><a href="{{ site.url }}{{ post.url }}">{% if post.subheadline %}{{ post.subheadline }} &middot; {% endif %}<strong>{{ post.title }}</strong></a></li>
{% endfor %}
<li class="text-right"><a href="{{ site.url }}/blog/"><strong>More </strong></a></li>
</ul>