{% include authorpagehead/index.html %}
{%- include header/blogHeader.html -%}
Our Authors
{% assign minCommonAuthor = 1 %} {% assign sameAuthorCount = 0 %} {% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {% assign seen_authors = '' %} {% for post in site.posts %} {% unless seen_authors contains post.author %} {% assign seen_authors = seen_authors | append: post.author | append: ',' %} {%- include /authors/authors.html -%} {%- if authorName contains authorName -%}
{{authorName | capitalize }}
{{ site.posts | where: 'author', post.author | size }} Posts
{{bio}}
{%- endif -%} {% endunless %} {% endfor %} {% for post in posts %} {%- include /authors/authors.html -%} {%- if post.author contains authorName -%}
{{authorName | capitalize }}
{{ site.posts | where: 'author', post.author | size }} Posts
{{bio}}
{%- endif -%} {% endfor %}
{% include section/count.html %}
{% include script.html %}