summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:21:17 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:21:17 +0100
commitf130b392d6ed82b91cc3453b6ea1cebefd5c8820 (patch)
tree8f0c9672569b8a7378d2eab1686cb78e425131bd /_layouts/post.html
parentupdate some pages (diff)
downloadlumberjaph-f130b392d6ed82b91cc3453b6ea1cebefd5c8820.tar.gz
update layout and css
Diffstat (limited to '')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 6abbda8..00156c1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,9 +2,9 @@
layout: default
---
<div id="post">
- <h2><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
+ <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
<article>
- <div id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></div>
+ <h4 id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></h4>
{{ content }}
</article>
<hr />