Sha256: d7c1c72924c4619b21172588e56b6ed4900da5b997c3ee386ce7f4f6e34ed95b

Contents?: true

Size: 758 Bytes

Versions: 14

Compression:

Stored size: 758 Bytes

Contents

{% capture tags %}
  {% if post %}
    {% for tag in post.tags %}
        <a href="{{ root_url }}/{{ site.tag_dir }}#{{ tag }}" title="Tag: {{ tag }}" rel="tag">{{ tag | join: "/" }}</a>{% unless forloop.last %}&nbsp;{% endunless %}
    {% endfor %}
  {% else %}
    {% for tag in page.tags %}
        <!--a href="{{ root_url }}/{{ site.tag_dir }}#{{ tag | cgi_escape }}" title="Tag: {{ tag }}" rel="tag">{{ tag | join: "/" }}</a-->
        <a href="{{ root_url }}/{{ site.tag_dir }}#{{ tag }}" title="Tag: {{ tag }}" rel="tag">{{ tag | join: "/" }}</a>{% unless forloop.last %}&nbsp;{% endunless %}
    {% endfor %}
  {% endif %}
{% endcapture %}
<!-- <span class="point">•</span> -->
<span class="pageTag">
  <i class="fa fa-tags"></i>{{ tags }}
</span>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-gaeblogx-1.0.8 _includes/tag.html
jekyll-theme-gaeblogx-1.0.7 _includes/tag.html
jekyll-theme-gaeblogx-1.0.6 _includes/tag.html
jekyll-theme-gaeblogx-1.0.5 _includes/tag.html
jekyll-theme-gaeblogx-1.0.4 _includes/tag.html
jekyll-theme-gaeblogx-1.0.3 _includes/tag.html
jekyll-theme-gaeblogx-1.0.2 _includes/tag.html
jekyll-theme-gaeblogx-1.0.1 _includes/tag.html
jekyll-theme-gaeblogx-0.2 _includes/tag.html
jekyll-theme-gaeblogx-0.1.5 _includes/tag.html
jekyll-theme-gaeblogx-0.1.4 _includes/tag.html
jekyll-theme-gaeblogx-0.1.3 _includes/tag.html
jekyll-theme-gaeblogx-0.1.1 _includes/tag.html
jekyll-theme-gaeblogx-0.1.0 _includes/tag.html