connections/blogpost.tpl
author Dan
Mon, 08 Dec 2008 11:36:24 -0500
changeset 4 ffba60211d61
permissions -rw-r--r--
Moved files around to make compliant with theme Hg structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     1
<!-- Template file for blog posts (EnanoPress) -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     2
  <p class="post-date">{D} {j} {M} {Y}</p>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     3
  <div class="post-info">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     4
    <h2 class="post-title">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     5
      <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post">{TITLE}</a>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     6
    </h2>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     7
    Posted by <a href="{AUTHOR_LINK}" {AUTHOR_USERPAGE_CLASS}="">{AUTHOR}</a><br />
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     8
    <a href="{COMMENT_LINK}">{COMMENT_LINK_TEXT}</a><!-- BEGIN can_edit -->  |  <a href="{EDIT_LINK}">edit this post</a><!-- END can_edit -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     9
  </div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    10
  <div class="post-content">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    11
    {CONTENT}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    12
  </div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    13