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


                                                          
 


                                              

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

{% 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>
  </section>

{% endfor %}