Continue redesign

This commit is contained in:
Gergely Polonkai
2015-04-22 18:11:35 +02:00
parent eecf7bffec
commit 7a4be1de74
50 changed files with 156 additions and 156 deletions

View File

@@ -1,6 +1,7 @@
---
layout: default
title: Gergely Polonkai
post_listing: true
---
<div class="container">
<div class="row">
@@ -10,9 +11,6 @@ title: Gergely Polonkai
</div>
</div>
<div class="container-fluid">
{% for post in site.posts limit: 6 %}
{% capture counter %}{% cycle 'odd', 'even' %}{% endcapture %}
{% include blog-post-list.html %}
{% endfor %}
</div>
{% assign posts = site.posts %}
{% assign post_limit = 6 %}
{% include post-list.html %}