diff --git a/src/mod/templates/main_index.html b/src/mod/templates/main_index.html index 0e09b65..8b9dd7a 100644 --- a/src/mod/templates/main_index.html +++ b/src/mod/templates/main_index.html @@ -23,9 +23,9 @@

{% if code.metadata.logo %} {{ code.metadata.title }} + onerror="this.src='static/img/ecosystem-missing-logo.png';this.onerror='';"> {% else %} - {{ code.metadata.title }} + {{ code.metadata.title }} {% endif %} diff --git a/src/mod/templates/singlepage.html b/src/mod/templates/singlepage.html index f16142b..d10a0bb 100644 --- a/src/mod/templates/singlepage.html +++ b/src/mod/templates/singlepage.html @@ -13,9 +13,9 @@
diff --git a/src/static/img/ecosystem-missing-logo.png b/src/static/img/ecosystem-missing-logo.png new file mode 100644 index 0000000..52f2f6c Binary files /dev/null and b/src/static/img/ecosystem-missing-logo.png differ