summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:27:38 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:27:38 +0100
commitb5bc5768e6e04f4ca867e0ac80abecda518e7c0a (patch)
tree19c925d4f8e5fc4a60878a7e82f4704efd619094
parenttry different margin (diff)
downloadlumberjaph-b5bc5768e6e04f4ca867e0ac80abecda518e7c0a.tar.gz
update index
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 332140a..d4a55f5 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,10 @@ title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
- <h2><a href="{{ first_post.url }}">{{ first_post.title }}</a></h2>
- <div id="date">published {{ first_post.date | date_to_string }}</div>
+ <h2 id="post_title"><a href="{{ first_post.url }}">{{first_post.title }}</a></h2>
+ <article>
+ <h4 id="date">published {{ first_post.date | date_to_string }}</h4>
{{ first_post.content }}
+ </article>
<a id="more" href="{{ first_post.url }}#disqus">Comments &raquo;</a>
</div>