From 5cd2a6062c7440fad6037fe32640a51911324385 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 19 Mar 2010 17:51:02 +1100 Subject: [PATCH] Include WezM in titles with a dot separator --- layouts/_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_head.html b/layouts/_head.html index b76e8b8..6fdea20 100644 --- a/layouts/_head.html +++ b/layouts/_head.html @@ -1,6 +1,6 @@ -<%= @item[:title] %> +<%= [@item[:title], 'WezM.net'].compact.join(' • ') %>