diff --git a/doc/blog.html b/doc/blog.html index 03378c02ef..314d0266a8 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -9,7 +9,7 @@ #column1 h1 { clear:both; } - #colum1 { + #column1 { font-size: 14px; } #column1 li, #content h1 + p { @@ -92,8 +92,8 @@ %>

<%= post.author + ' - ' + - post.date.toUTCString().replace(/ GMT$/, '') - %>

+ post.date.toUTCString().replace(/ GMT$/, '') + ' - ' + %><%= post.category %>

<%- post.content %> @@ -149,8 +149,8 @@ %>

<%= post.author + ' - ' + - post.date.toUTCString().replace(/ GMT$/, '') - %>

+ post.date.toUTCString().replace(/ GMT$/, '') + ' - ' + %><%= post.category %>

<%- post.content %> <%