post.html 282 B

123456789101112
  1. ---
  2. layout: default
  3. ---
  4. <section id="main_content">
  5. <div class="post single">
  6. <h1>{{ page.title }}</h1>
  7. <info datetime="{{ page.date | date: "%Y-%m-%d" }}">
  8. {{ page.date | date: "%b %d, %Y" }}
  9. </info>
  10. <div class="body">{{ content }}</div>
  11. </div>
  12. </section>