diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep index 6e5fa29..0087319 100644 --- a/templates/layouts/main.html.ep +++ b/templates/layouts/main.html.ep @@ -3,7 +3,7 @@ - PoorBooru - <%= title %> + <%= join(" - ", "Pooru", title() // ()) %> <%= stylesheet "/css/style.css" %> @@ -18,7 +18,9 @@
+% if (defined title) {

<%= title %>

+% }
<%= content %>
<%= include '_pager' %>