From 5193d592197f6e77f2bf4c21d53102ba578031d6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 29 Jun 2012 01:20:13 -0700 Subject: [PATCH] blog: Don't print 'undefined' for missing author/category --- doc/blog.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/doc/blog.html b/doc/blog.html index 502cace7760..99feb4fd187 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -110,10 +110,12 @@ <% if (typeof post !== 'undefined') { // just one post on this page %> -
+ <%- post.content %> @@ -167,10 +169,14 @@ %>" class="permalink"><%- post.title %> - + + + <%- post.content %> <%