Skip to content
Snippets Groups Projects
tagpage.html 222 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    ---
    layout: default
    ---
    
    <h1>Posts: {{ page.title }}</h1>
    
    <p><a href="{{ site.baseurl }}/news/posts/" >All posts</a></p>
    
    {{ content }}
    
    {% for post in site.tags[page.tag] %}
        {% include post_link.html %}
    {% endfor %}