summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index d4a55f5..1160205 100644
--- a/index.html
+++ b/index.html
@@ -4,9 +4,8 @@ title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
- <h2 id="post_title"><a href="{{ first_post.url }}">{{first_post.title }}</a></h2>
+ <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a><span id="date">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span></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>