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 %} {% 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 %} {% 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