summaryrefslogblamecommitdiff
path: root/_layouts/post.html
blob: 00156c1d31f9919470170c80dfcf3b9e9de706c1 (plain) (tree)
1
2
3
4
5
6
7
8
9



               
                                                                                                                
           
                                                                                                               

                 
        

                           
---
layout: default
---
<div id="post">
  <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
  <article>
  <h4 id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></h4>
    {{ content }}
  </article>
  <hr />
  {% include disqus.html %}
</div>