Browse Source

blog: Missing title tag

v0.9.1-release
isaacs 13 years ago
parent
commit
6014a62b3e
  1. 2
      doc/blog.html

2
doc/blog.html

@ -47,7 +47,7 @@
pre { overflow: auto; }
</style>
<title><%= title %></title>
<title><%= title || "Node.js Blog" %></title>
</head>
<body class="int blog" id="<%= pageid %>">

Loading…
Cancel
Save