diff --git a/www/index.html b/www/index.html index 452adda..16a24fc 100644 --- a/www/index.html +++ b/www/index.html @@ -94,17 +94,17 @@
- {% if(!(o.titlePersistent || o.meta.titlePersistent || o.id == 'home')){ %} + {% if(!(o.titlePersistent || o.meta.titlePersistent)){ %} {%# (o.titleSeparator || o.meta.titleSeparator) %} {% } %} - {% var icon = (o.titlePersistent || o.meta.titlePersistent || o.id == 'home') ? o.meta.icon : o.icon || o.meta.icon; %} + {% var icon = (o.titlePersistent || o.meta.titlePersistent) ? o.meta.icon : o.icon || o.meta.icon; %} {% if(icon){ %} {%# tmpl('momo-icon-tmpl', { icon: icon, size: 20, header: true }) %} {% } %} - {% if(o.titlePersistent || o.meta.titlePersistent || o.id == 'home'){ %} + {% if(o.titlePersistent || o.meta.titlePersistent){ %} {%= o.meta.title %} {%# (o.titleSeparator || o.meta.titleSeparator) %}