Sha256: 687386bf6ce85da2ab12ae11b9714c32741c52546760a1e55d1cd7ce6fe1aec5

Contents?: true

Size: 639 Bytes

Versions: 50

Compression:

Stored size: 639 Bytes

Contents

---
layout: page
# The layout for Tag page
---

{% include lang.html %}

<div id="page-tag">
  <h1 class="ps-lg-2">
    <i class="fa fa-tag fa-fw text-muted"></i>
    {{ page.title }}
    <span class="lead text-muted ps-2">{{ page.posts | size }}</span>
  </h1>
  <ul class="content ps-0">
    {% for post in page.posts %}
      <li class="d-flex justify-content-between px-md-3">
        <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
        <span class="dash flex-grow-1"></span>
        {% include datetime.html date=post.date class='text-muted small text-nowrap' lang=lang %}
      </li>
    {% endfor %}
  </ul>
</div>

Version data entries

50 entries across 50 versions & 5 rubygems

Version Path
jekyll-theme-coo-6.3.12 _layouts/tag.html
jekyll-theme-coo-6.3.11 _layouts/tag.html
jekyll-theme-coo-6.3.10 _layouts/tag.html
jekyll-theme-coo-6.3.9 _layouts/tag.html
jekyll-theme-chirpy-6.3.1 _layouts/tag.html
jekyll-theme-chirpy-6.3.0 _layouts/tag.html
jekyll-theme-chirpy-6.2.3 _layouts/tag.html
jekyll-theme-chirpy-6.2.2 _layouts/tag.html
jekyll-theme-chirpy-6.2.1 _layouts/tag.html
jekyll-theme-chirpy-6.2.0 _layouts/tag.html