diff --git a/_includes/avatar.html b/_includes/avatar.html index 0ef7fad..5c10d6a 100644 --- a/_includes/avatar.html +++ b/_includes/avatar.html @@ -1,7 +1,7 @@ + width="{{include.width}}" + class="{{include.class}}" + {% if post.author and post.avatar %} + alt="{{locale.alt_text_prefix}} {{post.author}}" + {% endif %} + src="{% if post.avatar contains '://' %}{% elsif post.avatar %}{{ site.baseurl }}/hackergotchi/{% else %}{{ site.baseurl }}/hackergotchi/default.png{% endif %}{{ post.avatar }}"/> diff --git a/_includes/calendar.html b/_includes/calendar.html index ad40c73..00f41c8 100644 --- a/_includes/calendar.html +++ b/_includes/calendar.html @@ -5,9 +5,9 @@