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

View File

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