{% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {% for post in posts %} {%- include /authors/authors.html -%} {% if authorName contains page.authorName %} {% capture author_info %}{% assign author = authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %} {% capture author_name %}{% assign author = authorName %}{{ author }}{% endcapture %} {% assign authorPageTitle = author_info %} {% assign author_name = author_name %} {%- endif -%} {% endfor %} {%- assign title = newtitle -%} {%- assign description = pagedescription-%}