diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..332140a --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +--- +layout: default +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> + {{ first_post.content }} + <a id="more" href="{{ first_post.url }}#disqus">Comments »</a> +</div> |
