--- layout: default --- {{ content }} {% assign author = site.authors | where: 'short_name', page.author | first %} {% if author != nil %} {% assign contributor = site.github.contributors | where: 'login', author.github | first %}
Written by: {{author.short_name}} {% if contributor != nil and contributor != false %}
{% endif %} {% endif %}