Sha256: f436368b03173c2c7690ebef00b7d14fd1b09a58ef09ad67b12b0e4e77e3d0bd

Contents?: true

Size: 564 Bytes

Versions: 11

Compression:

Stored size: 564 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' }}"> {{site.theme_config.all_tags_title | default:'All Tags' }}</a>
        </li>
{% endif %}
</ul>
</ariticle>
        

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
no-style-please2-0.9.1 _layouts/tagpage.html
no-style-please2-0.9.0 _layouts/tagpage.html
no-style-please2-0.8.1 _layouts/tagpage.html
no-style-please2-0.8.0 _layouts/tagpage.html
no-style-please2-0.7.5.1 _layouts/tagpage.html
no-style-please2-0.7.5 _layouts/tagpage.html
no-style-please2-0.7.4.5 _layouts/tagpage.html
no-style-please2-0.7.4.4 _layouts/tagpage.html
no-style-please2-0.7.4.3 _layouts/tagpage.html
no-style-please2-0.7.4.2 _layouts/tagpage.html
no-style-please2-0.7.4.1 _layouts/tagpage.html