Sha256: 818ab7bc9652e2c93870c51e7f9d3e043ad06965c92bf2f6ad9ea1caf36173c2

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

<!-- BEGIN post listings by categories -->
{%- assign date_format = site.jekyll-twitter-bootstrap.date_format | default: "%B %e, %Y at %l:%M%p" -%}
{% for category in site.categories %}
    <h3><a name="{{ category[0] | slugify }}"></a>{{ category[0] }}</h3>
    <ul class="list-unstyled">
        {% for post in category[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 categories -->

Version data entries

1 entries across 1 versions & 1 rubygems

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