Skip to content

Commit

Permalink
Remove duplicate author content
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jan 20, 2015
1 parent 35761b2 commit a41af6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ <h1><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }
{{ content }}
<hr />
<footer role="contentinfo">
<div class="article-author-bottom">
{% include _author-bio.html %}
</div>
<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>
</footer>
</div><!-- /.article-wrap -->
Expand Down

0 comments on commit a41af6b

Please sign in to comment.