gergelypolonkai-web-jekyll/index.html

21 lines
381 B
HTML

---
layout: default
title: Gergely Polonkai
post_listing: true
---
<div class="jumbotron">
<h1 class="text-right">
Gergely Polonkai<br>
<small>developer, systems engineer and administrator</small>
</h1>
</div>
<div class="container">
<h3>Blog posts</h3>
</div>
{% assign posts = site.posts %}
{% assign post_limit = 6 %}
{% include post-list.html %}