diff --git a/_includes/blog-band.html b/_includes/blog-band.html index a6d409ff996..a3b534a16ca 100644 --- a/_includes/blog-band.html +++ b/_includes/blog-band.html @@ -16,10 +16,26 @@
+ {{ post.date | date: '%B %d, %Y' }} Tags: + {% for tag in post.tags %} + {{ tag }} + {% endfor %} +
+ + {% assign authors_raw = post.author | default: "" | split: "," %} + {% assign authors_clean = "" | split: "" %} + + {% for a in authors_raw %} + {% assign a_trimmed = a | strip %} + {% if a_trimmed != "" %} + {% assign authors_clean = authors_clean | push: a_trimmed %} + {% endif %} + {% endfor %} + + + + {% if post.synopsis %} +{{ post.synopsis | strip_html }}
+ {% else %} +{{ post.content | strip_html | truncate: 280 }}
+ {% endif %} + +- {{ post.date | date: '%B %d, %Y' }} Tags: {% for tag in post.tags %}{{ tag}} {% endfor %} -
- {% assign author = site.data.authors[post.author] %} - - {% if post.synopsis %} -{{ post.synopsis | strip_html }}
- {% else %} -{{ post.content | strip_html | truncate: 280 }}
- {% endif %} - -- {{ author.bio }} -
+{{ author_data.bio }}
{% if paginator.posts.size > 0 %}{{ post.synopsis | strip_html }}
@@ -58,10 +81,17 @@{{ post.content | strip_html | truncatewords: 75 }}
{% endif %}{{ post.synopsis | strip_html }}
@@ -38,8 +61,14 @@{{ post.content | strip_html | truncatewords: 75 }}
{% endif %}