summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index ffa8641..1fbfc55 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -1,7 +1,7 @@
{% macro render_post(post, class="feed") -%}
<article class="{{ class }}">
<header>
- <img class="avatar" alt="{{ config.extra.author }}" src="{{ config.extra.avatar }}" />
+ <img class="avatar" alt="{{ config.extra.author }}" src="{{ config.extra.avatar }}" width="64px" />
<div class="banner smaller">
<div class="info">
<a class="bold-hover" title="permalink to this post" href="{{ post.permalink }}">{% if class == "mention" %}№ {{ post.slug }} {% else %}§{% endif %}</a>