diff --git a/src/_includes/post.njk b/src/_includes/post.njk index 3cb4f33..cf65064 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -32,7 +32,7 @@ eleventyComputed:
{% for like in post.comments.like %} - {{ like.author.name }} + {{ like.author.name }} {% endfor %}
@@ -46,7 +46,7 @@ eleventyComputed:
{% for like in post.comments.repost %} - {{ like.author.name }} + {{ like.author.name }} {% endfor %}
diff --git a/src/assets/avatar-placeholder.png b/src/assets/avatar-placeholder.png new file mode 100644 index 0000000..785daa6 Binary files /dev/null and b/src/assets/avatar-placeholder.png differ