Sha256: f4cafb385383e076ea30640aa1aeb1491b6529df4e5bab7107bac67d1eb2b8bf

Contents?: true

Size: 576 Bytes

Versions: 1

Compression:

Stored size: 576 Bytes

Contents

---
layout: default
---
<article>
    <h1 class="custom-pages-title">All the authors</h1>
    <div class="authors-list">
        {% assign sorted_authors = site.categories | sort %}
        {% for author in sorted_authors %}
            <a href="{{ author.url | relative_url }}">
                <h2 class="list_post_title">
                    <span class="a-nude"><span class="desktop-star">&#10040;</span> {{ author.title }} <span class="desktop-star">&#10040;</span></span>
                </h2>
            </a>
        {% endfor %}
    </div>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simply-cyan-0.1.0 _layouts/categories.html