From a3653fc91cda3ff430a16bf04351e71844b92e95 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 8 Mar 2015 16:11:05 +0100 Subject: proper title tag --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index b59cbf3..1c58277 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -1,7 +1,7 @@ - <%= stash('title') // 'iris-delay-stats' %> + <%= stash('title') ? "dbdb - " . stash('title') : 'dbdb' %> % if ($self->stash('refresh_interval')) { -- cgit v1.2.3