fix(post): remove author

This commit is contained in:
Mahdi Dibaiee
2019-03-24 08:24:43 +04:30
parent bef80a3a0f
commit 7059ab0e93
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ layout: default
<span>{{ page.date | date: "%b %-d, %Y" }}</span>
{% if page.meta %} • <span>{{ page.meta }}</span>{% endif %}
<span>Reading time: {{ content | reading_time }}</span>
{% if page.author %} • <span><a href='{{ site.authors[page.author].url }}'>{{ page.author }}</a></span>{% endif %}
</p>
</div>