diff --git a/src/ocamlorg_frontend/pages/blog.eml b/src/ocamlorg_frontend/pages/blog.eml index a86bcbdfe4..7a25f18387 100644 --- a/src/ocamlorg_frontend/pages/blog.eml +++ b/src/ocamlorg_frontend/pages/blog.eml @@ -27,10 +27,14 @@ Layout.render
<%s Utils.human_time item.date %>
- <% (match item.preview_image with | None -> () | Some image -> %> -
- -
+ <% (match item.preview_image with | None -> %> +
+ " alt="default logo"> +
+ <% | Some image -> %> +
+ +
<% ); %> @@ -48,10 +52,14 @@ Layout.render
<%s Utils.human_time item.date %>
- <% (match item.preview_image with | None -> () | Some image -> %> -
- -
+ <% (match item.preview_image with | None -> %> +
+ " alt="default logo"> +
+ <% | Some image -> %> +
+ +
<% ); %> <% ); %>