gergelypolonkai-web-jekyll/index.html

31 lines
615 B
HTML
Raw Normal View History

2014-06-26 16:48:13 +00:00
---
layout: default
title: Gergely Polonkai
2015-04-22 16:11:35 +00:00
post_listing: true
2014-06-26 16:48:13 +00:00
---
<div class="jumbotron">
<h1 class="text-right">
Gergely Polonkai<br>
<small>developer, systems engineer and administrator</small>
</h1>
</div>
2014-06-26 16:48:13 +00:00
<div class="container">
2015-04-24 23:07:09 +00:00
<h3>Blog posts</h3>
2014-06-26 16:48:13 +00:00
</div>
2015-04-22 16:11:35 +00:00
{% assign posts = site.posts %}
{% assign post_limit = 6 %}
{% include post-list.html %}
<nav>
<ul class="pager">
<li class="next">
<a href="{{ site_url }}/blog/">
Take me to all the blog posts! <span aria-hidden="true">&rarr;</span>
</a>
</li>
</ul>
</nav>