_layouts/post.html in jekyll-theme-open-project-2.0.15 vs _layouts/post.html in jekyll-theme-open-project-2.0.16
- old
+ new
@@ -5,19 +5,10 @@
<article>
<header>
<h1 class="title">{{ page.title }}</h1>
<div class="meta">
- {% if page.author.name %}
- {% include post-author-pic.html author=page.author %}
- <span class="author-name">
- {{ page.author.name }}
- </span>
- {% endif %}
- <span class="date">
- {% if page.author.name %}on {% endif %}
- {{ page.date | date_to_string }}
- </span>
+ {% include _post-meta.html post=page %}
</div>
</header>
{% assign num_social_links = page.author.social_links | size %}
{% if num_social_links > 0 %}