Sha256: 0dc349cee56abe284e3f16c2f3052664e6dbf9c059c55210981ca7738b647e38

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

<!-- BEGIN post listings by tags -->
{%- assign date_format = site.jekyll-twitter-bootstrap.date_format | default: "%B %e, %Y at %l:%M%p" -%}
{% for tag in site.tags %}
    <h3><a name="{{ tag[0] | slugify }}"></a>{{ tag[0] }}</h3>
    <ul class="list-unstyled">
        {% for post in tag[1] %}
            <li class="ms-3">
                <h4 class="fs-5 mb-1"><a href="{{ post.url }}">{{ post.title }}</a></h4>
                <p class="fst-italic lh-sm">{{ post.date | date: date_format }}</p>
            </li>
        {% endfor %}
    </ul>
{% endfor %}
<!-- END post listings by tags -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-twitter-bootstrap-5.3.0.dev5 _includes/posts_tags.html