Sha256: d9d71d4eec533ee1a7ab09b151b6f022fd81a71f40c0b33f72141b265bc6470a

Contents?: true

Size: 332 Bytes

Versions: 137

Compression:

Stored size: 332 Bytes

Contents

{% if site.data.settings.tags_enabled %}
    {% if post.tags %}
    
        <h3>Tags</h3>
        
        {% assign tags = post.tags %}
        
        {% for tag in tags %}
          <a class="btn btn-blog btn-xs post_tag" href="/blog/tag#{{tag | slugify }}">{{tag}}</a>
        {% endfor %}
        
    {% endif %}
{% endif %}

Version data entries

137 entries across 137 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.30 _includes/post-tags.html
jumbo-jekyll-theme-1.4.29 _includes/post-tags.html
jumbo-jekyll-theme-1.4.28 _includes/post-tags.html
jumbo-jekyll-theme-1.4.27 _includes/post-tags.html
jumbo-jekyll-theme-1.4.26 _includes/post-tags.html
jumbo-jekyll-theme-1.4.25 _includes/post-tags.html
jumbo-jekyll-theme-1.4.24 _includes/post-tags.html
jumbo-jekyll-theme-1.4.23 _includes/post-tags.html
jumbo-jekyll-theme-1.4.22 _includes/post-tags.html
jumbo-jekyll-theme-1.4.21 _includes/post-tags.html
jumbo-jekyll-theme-1.4.20 _includes/post-tags.html
jumbo-jekyll-theme-1.4.19 _includes/post-tags.html
jumbo-jekyll-theme-1.4.18 _includes/post-tags.html
jumbo-jekyll-theme-1.4.17 _includes/post-tags.html
jumbo-jekyll-theme-1.4.16 _includes/post-tags.html
jumbo-jekyll-theme-1.4.15 _includes/post-tags.html
jumbo-jekyll-theme-1.4.14 _includes/post-tags.html
jumbo-jekyll-theme-1.4.13 _includes/post-tags.html
jumbo-jekyll-theme-1.4.12 _includes/post-tags.html
jumbo-jekyll-theme-1.4.11 _includes/post-tags.html