summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-16 18:02:13 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-16 18:02:13 -0700
commitde3f36ee187677957d5d89d56bf129790cc6926a (patch)
treed6b2912bf21582fdcca15399add1df303d056a26 /index.html
parentremove more files (diff)
downloadlumberjaph-de3f36ee187677957d5d89d56bf129790cc6926a.tar.gz
some cleanup.
Upadte the CSS, remove some files, etc.
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/index.html b/index.html
index 41b131e..b1093d8 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,16 @@
---
-layout: default
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>
+ <header>
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ </header>
- {% include footer.html %}
+ <section>
+ <div id="entry"> {{ post.content }} </div>
+ </section>
-</section>
{% endfor %}