summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2012-01-02 12:54:09 -0800
committerfranck cuny <franck.cuny@gmail.com>2012-01-02 12:54:09 -0800
commit6a8bb8c24fce405fb7e86dedcb38a00ab5c17266 (patch)
tree50e81a16b6f63940b4f99819e3acd3b934382675 /_layouts
parentnew images (diff)
downloadlumberjaph-6a8bb8c24fce405fb7e86dedcb38a00ab5c17266.tar.gz
refresh the design and update the about section
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html11
-rw-r--r--_layouts/post.html8
2 files changed, 13 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d41e5fa..3d4b93b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -19,12 +19,13 @@
<div class="site">
<div class="title">
-
- <div class="intro">
- <a class="extra" rel="author" href="/about/">franck</a> writes stuff <a href="/" class="extra">here</a>, pushes <a href="http://github.com/franckcuny">code</a> and sometimes <a href="http://twitter.com/franckcuny">tweets</a>. Check the <a href="/archives.html" rel="archives" class="extra">archives</a> and the <a class="extra" href="/talks/">talks</a>.
- </div>
-
+ <div class="intro">
+ This is <a class="extra" rel="author" href="/about/">Franck</a>'s blog,
+ where he <a href="/archives.html" class="extra">writes about web
+ technologies, code, graph, and Perl</a>.
</div>
+ </div>
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 66a9b4c..c3db531 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,10 +2,16 @@
layout: default
---
<div id="post">
- <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a><span id="date"><g:plusone size="small"></g:plusone>published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span></h2>
+ <h2 id="post_title">
+ <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span><span id="actual_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></span>
+ </h2>
+
+ <span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span>
+
<article>
{{ content }}
</article>
+
<hr />
{% include disqus.html %}
</div>