diff options
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 }} |
