diff options
Diffstat (limited to '')
| -rw-r--r-- | _layouts/post.html | 4 |
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 /> |
