--- layout: default title: Beranda ---
IKLAN DI BAWAH HEADER 728x90
{% assign featured_post = site.posts.first %}

Baca Juga

{% for post in paginator.posts offset:1 %} {{ post.title }}
{% if post.categories.size > 0 %}

{{ post.categories | join: ', ' }}

{% endif %}

{{ post.title }}

{{ post.description | strip_html | truncatewords: 15 }}

{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}
{% include sidebar-right.html %}