diff --git a/themes/minimist/src/html.html b/themes/minimist/src/html.html index fa6b920..1ee1f93 100644 --- a/themes/minimist/src/html.html +++ b/themes/minimist/src/html.html @@ -162,7 +162,7 @@ engine: Underscore {% } %} -{% if ( r.service.history && r.service.history.length ) { %} +{% if ( r.service && r.service.history && r.service.history.length ) { %}