Sha256: 991d08f9fa2404bd27f48b7aeb64346fd0a8d4eef7be751ab78ae062b1cbb990

Contents?: true

Size: 592 Bytes

Versions: 10

Compression:

Stored size: 592 Bytes

Contents

---
layout: default
---
{%-include back_link.html -%}
<ariticle>
<h1>Tag: {{ page.tag }}</h1>

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

{% if site.theme_config.tag_showall %}
        <li><a href="{{ site.baseurl }}/{{site.theme_config.all_tags_path | default:'tags' }}.html"> {{site.theme_config.all_tags_title | default:'All Tags' }}</a>
        </li>
{% endif %}
</ul>
       
        <hr>


</ariticle>
        

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
no-style-please2-0.7.4 _layouts/tagpage.html
no-style-please2-0.7.3 _layouts/tagpage.html
no-style-please2-0.7.2 _layouts/tagpage.html
no-style-please2-0.7.1 _layouts/tagpage.html
no-style-please2-0.7.0 _layouts/tagpage.html
no-style-please2-0.6.4 _layouts/tagpage.html
no-style-please2-0.6.3.2 _layouts/tagpage.html
no-style-please2-0.6.3.1 _layouts/tagpage.html
no-style-please2-0.6.3 _layouts/tagpage.html
no-style-please2-0.6.2.1 _layouts/tagpage.html