Skip to content

Commit a41af6b

Browse files
committed
Remove duplicate author content
1 parent 35761b2 commit a41af6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_layouts/post.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ <h1><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }
4444
{{ content }}
4545
<hr />
4646
<footer role="contentinfo">
47-
<div class="article-author-bottom">
48-
{% include _author-bio.html %}
49-
</div>
5047
<p class="byline"><strong>{{ page.title }}</strong> was published on <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time>{% if page.modified %} and last modified on <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time>{% endif %}.</p>
5148
</footer>
5249
</div><!-- /.article-wrap -->

0 commit comments

Comments
 (0)