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


               
                                                      
 

                
 
                       
 

                                    
      
 
      
 
                         
---
layout: default
---
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>

<div id="entry">
  {{ content }}

  <p class="timestamp">

    {{ page.date | date_to_string }}

  </p>

</div>

{% include footer.html %}