fix(post): remove author
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user