blog: Show category in post metadata
authorisaacs <i@izs.me>
Fri, 22 Jun 2012 02:44:58 +0000 (19:44 -0700)
committerisaacs <i@izs.me>
Fri, 22 Jun 2012 02:45:11 +0000 (19:45 -0700)
doc/blog.html

index 03378c02ef7c9a8d0ce043d9fde914ee5a60fdc0..314d0266a8af4cffc2e89d6bb8257dc778e2e687 100644 (file)
@@ -9,7 +9,7 @@
     #column1 h1 {
       clear:both;
     }
-    #colum1 {
+    #column1 {
       font-size: 14px;
     }
     #column1 li, #content h1 + p {
@@ -92,8 +92,8 @@
         %>
         <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>
             <%