summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-05 09:25:45 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-05 09:25:45 +0100
commit3efbf5cf6abb7596f504f43d488c7f15115b9d87 (patch)
tree8886e9cb4cac402084990b2f215fc18de684e816 /index.html
parentchange font size for menus (diff)
downloadlumberjaph-3efbf5cf6abb7596f504f43d488c7f15115b9d87.tar.gz
update
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1160205..28f079b 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@ title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
- <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>
+ <h2 id="post_title"><a href="{{ first_post.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>
{{ first_post.content }}
</article>