{% include appscms/head/bloghead.html %} {%- include appscms/navbars/navbar.html -%} {%- include appscms/navbars/toolbar.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 -%} {%- endif -%} {% endunless %} {% endfor %} {% for post in posts %} {%- include /authors/authors.html -%} {%- if post.author contains authorName -%} {%- endif -%} {% endfor %}
{% include section/count.html %}
{%- include appscms/footer/static-footer.html -%} {% include script.html %}