author | Dan |
Tue, 02 Mar 2010 15:26:56 -0500 | |
changeset 12 | 72dd1126dda2 |
parent 11 | 0cb435515672 |
permissions | -rw-r--r-- |
9 | 1 |
<!-- Start of blog post --> |
2 |
||
3 |
<span class="menuclear"></span> |
|
4 |
||
5 |
<p class="post-date">{DATE_D} {DATE_j} {DATE_M} {DATE_Y}</p> |
|
6 |
<div class="post-info"> |
|
7 |
<h2 class="post-title"> |
|
11
0cb435515672
Added Nuggie preview support in blog_post (though I think the Nuggie patch itself is still waiting to be committed)
Dan
parents:
9
diff
changeset
|
8 |
<a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post" onclick="if ( this.href == '#' || this.href == window.location.href + '#' ) return false;">{POST_TITLE}</a> |
9 | 9 |
</h2> |
10 |
Posted by {USER_LINK} on {TIMESTAMP}<br /> |
|
11 |
<a href="{PERMALINK}#do:comments" onclick="ajaxComments();">{COMMENT_STRING}</a><!-- BEGIN auth_edit --> | <a href="{EDIT_LINK}">edit this post</a><!-- END auth_edit --> |
|
12 |
</div> |
|
13 |
<div class="post-content post-content-disable-border"> |
|
14 |
{POST_TEXT} |
|
15 |
</div> |
|
16 |
||
17 |
<div class="post-footer"> </div> |
|
18 |
<div class="post-info"> |
|
19 |
|
|
20 |
</div> |
|
21 |
||
22 |
<!-- Finish blog post --> |