Sha256: 9cea86c7a2466760b6af470df52bc875d285a28dd89c47b2dc9c4b83171967a2

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

---
layout: page
---

<div class="post">
<p>Tag: {{ page.tag }}</p>
<ul>
{% for post in site.tags[page.tag] %}
  <li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }})<br>
    {{ post.description }}
  </li>
{% endfor %}
</ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-console-ext-2.4 _layouts/tagpage.html
jekyll-theme-console-ext-2.3 _layouts/tagpage.html
jekyll-theme-console-ext-2.2 _layouts/tagpage.html
jekyll-theme-console-ext-2.1 _layouts/tagpage.html