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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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'>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user