{% if site.show.author == true or site.show.author == nil %} {% if article.author %} {% if article.author-label %} {% assign author-label = article.author-label %} {% else %} {% assign author-label = 'Author' %} {% endif %} {% if article.author-link %} {% assign author-link = article.author-link %} {% else %} {% assign author-link = site.external.authors-url | append: article.author` %} {% endif %} {% if site.external.authors-url or article.author-link%}
{% else %} {% endif %} {% endif %} {% endif %}