_includes/small-author.html
{% assign author = site.data.authors[post.author] %}
{% if post.author != 'timsmith' %}
<small class="small-author">
<a class="p-author h-card" href="/authors/{{ author.author_path }}" title="Profile for {{ author.display_name}}">{{ author.display_name }}</a>
</small>
{% endif %}