post.html 508 B

123456789101112131415161718192021
  1. ---
  2. layout: default
  3. title_base: "< caryoscelus"
  4. ---
  5. <div class="post_header">
  6. <div class="meta">{{ page.date | date_to_string }}</div>
  7. <h2>{{ page.title }}</h2>
  8. </div>
  9. <div class="post">
  10. {{ content }}
  11. </div>
  12. <div id="comments_wrapper">
  13. <h3>Comments</h3>
  14. <span id="hydeview_comments"><h4>You need to access this site via 0net to read & write comments; alternatively, refer to <a href="/contacts/">contacts page</a></h4></span>
  15. <div class="add_comment">
  16. {{ commentadd }}
  17. </div>
  18. </div>