Skip to content
Snippets Groups Projects
index.html 282 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    ---
    layout: default
    title: News
    source: _posts/
    ---
    
    <div class="posts">
    
    Tom Wiesing's avatar
    Tom Wiesing committed
        <ul class="collection">
            {% for post in paginator.posts %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
                {% include post_link.html post=post %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
            {% endfor %}
        </ul>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    </div>
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    {% include pagination.html paginator=paginator %}