diff --git a/_includes/archive-single.html b/_includes/archive-single.html index fa550252..489f0006 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -11,7 +11,7 @@ {% endif %}
-
+
{% if include.type == "grid" and teaser %}
{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}
-
\ No newline at end of file + diff --git a/_includes/author-profile.html b/_includes/author-profile.html index d21d9bbd..d0450ab4 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,7 +1,7 @@ {% assign author = page.author | default: page.authors[0] | default: site.author %} {% assign author = site.data.authors[author] | default: author %} -
+
{% if author.avatar %}
@@ -43,7 +43,7 @@