Merge branch 'feature/author-override-check' into develop

This commit is contained in:
Michael Rose 2016-06-24 15:39:12 -04:00
commit c1fef02d44

View file

@ -1,6 +1,6 @@
{% include base_path %}
{% if page.author %}
{% if page.author and site.data.authors[page.author] %}
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %}
{% endif %}