---
layout: default
title: Gergely Polonkai
post_listing: true
---
<div class="container">
    <div class="row">
        <hr class="blog-hr">
        <h2>Blog posts</h2>
        <hr class="blog-hr">
    </div>
</div>

{% assign posts = site.posts %}
{% assign post_limit = 6 %}
{% include post-list.html %}