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


               
 


                                                        
 
         
 
                                       
 


                           
---
layout: default
---

<header>
  <h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
</header>

<section>

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

  {% include footer.html %}

</section>