diff options
| author | franck cuny <franck.cuny@gmail.com> | 2012-01-02 12:54:09 -0800 |
|---|---|---|
| committer | franck cuny <franck.cuny@gmail.com> | 2012-01-02 12:54:09 -0800 |
| commit | 6a8bb8c24fce405fb7e86dedcb38a00ab5c17266 (patch) | |
| tree | 50e81a16b6f63940b4f99819e3acd3b934382675 /_layouts/default.html | |
| parent | new images (diff) | |
| download | lumberjaph-6a8bb8c24fce405fb7e86dedcb38a00ab5c17266.tar.gz | |
refresh the design and update the about section
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 11 |
1 files changed, 6 insertions, 5 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 }} |
