summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-19 10:06:53 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-19 10:06:53 +0100
commitcfc8486095ad559ce26adb0e7f5ed26108b7a1a7 (patch)
treeb2d97f00ef2faa0384bec0870ca7147d7d7ca364 /_layouts/default.html
parentupdate img class (diff)
downloadlumberjaph-cfc8486095ad559ce26adb0e7f5ed26108b7a1a7.tar.gz
change layout
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--_layouts/default.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0e330dc..d41e5fa 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,15 +17,14 @@
<body>
<div class="site">
- <nav>
- <div class="title">
- <a class="home" href="/">I'm a lumberjaph</a>
- <a class="extra" href="/">home</a>
- <a class="extra" rel="archives" href="/archives.html">archives</a>
- <a class="extra" rel="author" href="/about/">about</a>
- <a class="extra" href="/talks/">talks</a>
+
+ <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>
- </nav>
+
+ </div>
{{ content }}