From 6014a62b3ec97557c60e6fa0d30d4cd6879820bb Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 21 Jun 2012 19:20:09 -0700 Subject: [PATCH] blog: Missing title tag --- doc/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/blog.html b/doc/blog.html index 40c66e6c18..03378c02ef 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -47,7 +47,7 @@ pre { overflow: auto; } - <%= title %> + <%= title || "Node.js Blog" %>