Added support for Nuggie.
authorDan
Sat, 13 Dec 2008 11:47:08 -0500
changeset 9 30ef148e99f5
parent 8 b2e9a6ec0547
child 10 1fdb801384f2
Added support for Nuggie.
connections/blog_post.tpl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/connections/blog_post.tpl	Sat Dec 13 11:47:08 2008 -0500
@@ -0,0 +1,22 @@
+<!-- Start of blog post -->
+
+  <span class="menuclear"></span>
+  
+  <p class="post-date">{DATE_D} {DATE_j} {DATE_M} {DATE_Y}</p>
+  <div class="post-info">
+    <h2 class="post-title">
+      <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post">{POST_TITLE}</a>
+    </h2>
+    Posted by {USER_LINK} on {TIMESTAMP}<br />
+    <a href="{PERMALINK}#do:comments" onclick="ajaxComments();">{COMMENT_STRING}</a><!-- BEGIN auth_edit -->  |  <a href="{EDIT_LINK}">edit this post</a><!-- END auth_edit -->
+  </div>
+  <div class="post-content post-content-disable-border">
+    {POST_TEXT}
+  </div>
+  
+  <div class="post-footer">&nbsp;</div>
+  <div class="post-info">
+  &nbsp;
+  </div>
+
+<!-- Finish blog post -->