Sha256: 2a938e2549cc484d82efa48b59a914a8e4c4f8ab21cd538a1f8182ed2ef58eae
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
--- layout: default --- <div class="post"> <h1>Tag: {{ page.tag }}</h1> <ul> {% for post in site.tags[page.tag] %} <li> {{ post.date | date: "%Y-%m-%d" }} » <a href="{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} </ul> </div> <hr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-minimax-0.7.0 | _layouts/tag_page.html |
jekyll-theme-minimax-0.6.1 | _layouts/tag_page.html |