diff --git a/re2o/templates/re2o/index.html b/re2o/templates/re2o/index.html index e3b17e0a..3de7945c 100644 --- a/re2o/templates/re2o/index.html +++ b/re2o/templates/re2o/index.html @@ -37,7 +37,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for service in service_list %}
- {{ service.name }} + {% if service.image %} + {{ service.name }} + {% endif %}

{{ service.name }}

{{ service.description }}