post.html 531 B

123456789101112131415161718192021222324
  1. <div class="info">
  2. Posted on $date$
  3. $if(author)$
  4. by $author$
  5. $endif$
  6. </div>
  7. <div class="info">
  8. $if(tags)$
  9. Tags: $tags$
  10. $endif$
  11. </div>
  12. $body$
  13. <div tabindex="0" class="comment-click">
  14. <div class="comment-clicked">
  15. I'd love to have a conversation, but I'm not interested in having
  16. a comments section. Instead, ping
  17. me <a href="http://twitter.com/jmelesky">on twitter</a>
  18. or <a href="/about.html">some other media</a>. I'll try to link to
  19. responses from the relevant post page.
  20. </div>
  21. </div>