diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:46 -0800 |
| commit | 98a8e8dbe8fda8445af7e9adade3e221cc34eb98 (patch) | |
| tree | c78be6e4b4498092c172a37344b7363ddfd93e74 /index.html | |
| parent | article about graphite (diff) | |
| download | lumberjaph-98a8e8dbe8fda8445af7e9adade3e221cc34eb98.tar.gz | |
New theme, inspired by http://skife.org/.
Diffstat (limited to '')
| -rw-r--r-- | index.html | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -3,15 +3,14 @@ layout: default title: I'm a lumberjaph --- {% assign first_post = site.posts.first %} -<div id="post"> - <h2 id="post_title"> - <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span> - <span id="actual_title"><a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a></span> - </h2> - <span id="date">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span> +<div id="content"> + <div id="page"> + <h1 class="emphnext"> + <a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a> + <span class="post-date">{{ first_post.date | date_to_string }}<span> + </h1> - <article>{{ first_post.content }}</article> - - <a id="more" href="{{ first_post.url }}#disqus">Comments »</a> + <article>{{ first_post.content }}</article> + </div> </div> |
