fix(post): remove author
This commit is contained in:
parent
bef80a3a0f
commit
7059ab0e93
@ -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>
|
||||
|
||||
|
@ -14,7 +14,6 @@ layout: default
|
||||
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
|
||||
• <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>
|
||||
</h2>
|
||||
<article class='post-content'>
|
||||
|
Loading…
Reference in New Issue
Block a user