From 6f639ecd4559fa75206c90c95e6cc0ce4711b16d Mon Sep 17 00:00:00 2001 From: Bartosz Spyrko-Smietanko Date: Mon, 20 Nov 2023 15:10:45 +0000 Subject: [PATCH] [#482] Fix nil check in post.html --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 92482fe5..3242971b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,7 +19,7 @@

{{page.title}}

{% for a in page.author %} {% assign author_data = site.data.authors[a] %}

- {% if author_data.avatar != %} + {% if author_data.avatar != nil %} {% else %}