---
layout: page
description: "Dev Blog by Haufe Group"
---
{% for post in paginator.posts %}
    
                    {{ post.title }}
        
        {% if post.subtitle %}
        
            {{ post.subtitle }}
        
        {% endif %}
    
    {% if post.author %}
      {% assign author = site.data.authors[post.author] %}
      {% if author %}
        {% assign author_name = author.name %}
      {% else %}
        {% assign author_name = post.author %}
      {% endif %}
    {% else %}
      {% assign author_name = site.title %}
    {% endif %}
    
Posted by {{ author_name }} on {{ post.date | date: "%B %-d, %Y" }}