Sha256: e4e01b93c08b887a051ea96ed3ba47b05f40f1e9ce08839cce510dd91942354f

Contents?: true

Size: 942 Bytes

Versions: 28

Compression:

Stored size: 942 Bytes

Contents

---
title: Tags
layout: default
---

{% include header.html %}

<div class="g-banner tags-banner {{ site.postPatterns | prepend: 'post-pattern-' }} {{ site.theme-color | prepend: 'bgcolor-' }}" data-theme="{{ site.theme-color }}">
    <h2>TAGS</h2>
</div>

<main class="tags-content">

    <ul class="tags-list">
        <li>
        {% if site.recommend-tags and site.tags.size>0 %}
            {% for tag in site.tags %}
            <a href="#{{ tag[0] }}" class="tag">{{ tag[0]}}</a>
            {% endfor %}
        {% endif %}
        </li>
        
        {% for tag in site.tags %}
        <li>
            <span class="tag-name" id="{{ tag[0] }}">「{{ tag[0] }}」</span>
            {% for post in tag[1] %}
            <a class="tag-post" href="{{ post.url | relative_url }}" title="{{ post.title }}">{{ post.title }}</a>
            {% endfor %}
        </li>
        {% endfor%}
    </ul>
</main>
    
{% include footer.html %}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.1.9 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.8 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.7 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.6 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.5 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.4 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.3 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.2 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.1 _layouts/tags.html
jekyll-theme-h2o-ac-1.1.0 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.19 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.18 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.17 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.16 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.15 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.14 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.13 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.12 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.11 _layouts/tags.html
jekyll-theme-h2o-ac-1.0.10 _layouts/tags.html