summaryrefslogblamecommitdiff
path: root/index.html
blob: 41b131eeb57fdf755e8f301cf1baf0281389abe4 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
               
                     
   
 



                                                        
 
         
 
                                            
 
                           
 
          
            
---
layout: default
title: lumberjaph.net
---

{% for post in site.posts limit:1 %}
<header>
  <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
</header>

<section>

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

  {% include footer.html %}

</section>
{% endfor %}