Sha256: 04135d0b677d26a5d805cfa5c87d15898892f7ebd005d118f6d5ea1df41fef4a

Contents?: true

Size: 182 Bytes

Versions: 18

Compression:

Stored size: 182 Bytes

Contents

{% assign num_tags = include.tags | size %}
{% if num_tags > 0 %}
  <ul class="tags">
    {% for tag in include.tags %}
      <li>{{ tag }}</li>
    {% endfor %}
  </ul>
{% endif %}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.6 _includes/tag-list.html
jekyll-theme-open-project-1.1.5 _includes/tag-list.html
jekyll-theme-open-project-1.1.4 _includes/tag-list.html
jekyll-theme-open-project-1.1.3 _includes/tag-list.html
jekyll-theme-open-project-1.1.2 _includes/tag-list.html
jekyll-theme-open-project-1.1.1 _includes/tag-list.html
jekyll-theme-open-project-1.1.0 _includes/tag-list.html
jekyll-theme-open-project-1.0.10 _includes/tag-list.html
jekyll-theme-open-project-1.0.9 _includes/tag-list.html
jekyll-theme-open-project-1.0.8 _includes/tag-list.html
jekyll-theme-open-project-1.0.7 _includes/tag-list.html
jekyll-theme-open-project-1.0.6 _includes/tag-list.html
jekyll-theme-open-project-1.0.5 _includes/tag-list.html
jekyll-theme-open-project-1.0.4 _includes/tag-list.html
jekyll-theme-open-project-1.0.3 _includes/tag-list.html
jekyll-theme-open-project-1.0.2 _includes/tag-list.html
jekyll-theme-open-project-1.0.0.rc5 _includes/tag-list.html
jekyll-theme-open-project-1.0.0.rc4 _includes/tag-list.html