gergelypolonkai-web-jekyll/index.html

25 lines
476 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">
<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 %}