Sha256: 9f2ecfef16264808a38ee6d509e472bb9ca74117d920a599502ead069b77f1ac

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

---
---

# Authors

<section class="author-list">
{% assign site_authors = site.authors | sort %}
{% for each_author in site_authors %}
  {% if each_author[0] != 'anonymous' %}
    {% assign posts = site.posts | where: "author", each_author[0] | sort | reverse %}
    {% if posts.size > 0 %}
      <hr />
      <h2 id="{{ each_author[0] }}">{{ each_author[1].name }}</h2>
      <p>{{ each_author[1].description }}</p>
      {% for post in posts %}
        {% unless post.hidden %}
          {% include featured.html post=post %}
        {% endunless %}
      {% endfor %}
    {% endif %}
  {% endif %}
{% endfor %}
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-elementary-blog-1.0.1 authors.md