---
layout: default
title: Blog
categories: blog
---
{% if paginator.total_pages > 0 %}
{% endif %}
{% for post in paginator.posts %}
  
  
  {{ post.date | date_to_string }}
  {% for c in post.tags %}
    
{{ c }}
  {% endfor %}
  
 
  
    {{ post.excerpt }}
  
   Read more...
{% endfor %}
{% if paginator.total_pages > 0 %}
{% endif %}