Sha256: 827699606433009922bd7aee702bb2a675ba8a36c5bd34e927c1b82d8ed55210

Contents?: true

Size: 924 Bytes

Versions: 3

Compression:

Stored size: 924 Bytes

Contents

<div class="o-section-block--spaceBot show-for-large">
    <ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
        <li class="c-widget-accordion-item is-active" data-accordion-item="">
            <a href="#toc" class="c-widget-accordion-link">
                <span class="c-widget-accordion__title">{{ include.title }}</span>
            </a>
            <div class="c-widget-accordion-content" data-tab-content="" id="toc">
                <ul class="c-widget-accordion-list"> <ul>
                {% assign posts = include.posts | sort: "date" | reverse %}
                {% for post in posts limit: 30 %}
                    <li>
                        <a href="{{ post.url }}">
                            {{ post.title }}
                        </a>
                    </li>
                {% endfor %}
                </ul> </ul>
            </div>
        </li>
    </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/right-bar/rbar_articles.html
jekyll-theme-pirati-7.7.1 _includes/right-bar/rbar_articles.html
jekyll-theme-pirati-7.7.0 _includes/right-bar/rbar_articles.html