1
0
Fork 0

update css

This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 22:46:49 +01:00
parent 54411d7f9b
commit 25dab72954
7 changed files with 96 additions and 72 deletions

View file

@ -31,8 +31,7 @@ This loop works like this:
{% 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 }}/archiv/"><strong>Mehr </strong></a></li>
<li class="text-right"><a href="{{ site.url }}/blog/archive/"><strong>{{ site.data.language.more }}</strong></a></li>
{% elsif category %}
@ -40,7 +39,7 @@ This loop works like this:
{% for post in site.categories.[category] 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 }}/archiv/"><strong>Mehr </strong></a></li>
<li class="text-right"><a href="{{ site.url }}/blog/archive/"><strong>{{ site.data.language.more }}</strong></a></li>
{% elsif tag %}