#column1 h1 {
clear:both;
}
- #colum1 {
+ #column1 {
font-size: 14px;
}
#column1 li, #content h1 + p {
%>
<p class="meta"><%=
post.author + ' - ' +
- post.date.toUTCString().replace(/ GMT$/, '')
- %></p>
+ post.date.toUTCString().replace(/ GMT$/, '') + ' - '
+ %><a href="/<%= post.category %>/"><%= post.category %></a></p>
<%- post.content %>
%></a></h1>
<p class="meta"><%=
post.author + ' - ' +
- post.date.toUTCString().replace(/ GMT$/, '')
- %></p>
+ post.date.toUTCString().replace(/ GMT$/, '') + ' - '
+ %><a href="/<%= post.category %>/"><%= post.category %></a></p>
<%- post.content %>
</div>
<%