---
layout: default
---
{% include header.html title="HELLO, I AM DMYTRO BOGATOV" paragraph="This website is my personal blog powered by Jekyll" button="See latest posts" %}
{% for post in paginator.posts %}
{% include post.html post=post %}
{% endfor %}
{% include popular.html %}
{% if paginator.previous_page %}
Newer Posts
{% endif %}
{% if paginator.next_page %}
Older Posts
{% endif %}