diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
| commit | 3d46aca2693381e81045210c41e782431acd1ed9 (patch) | |
| tree | 410067ba6ce89d6a371e1c06643a14b2bede85e5 /_layouts/default.html | |
| parent | new post - patch.pm (diff) | |
| parent | Add a page with my talks. (diff) | |
| download | lumberjaph-3d46aca2693381e81045210c41e782431acd1ed9.tar.gz | |
Merge branch 'design'
* design:
Add a page with my talks.
Remove more files.
use index.atom for our feed.
add openid to our header.
remove unused layout templates.
I don't need tags.
Remove useless empty page.
First attempt with the new theme.
attempt for a new design
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 3bd47db..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8" /> - <title>{{ page.title }}</title> - - <meta name="author" content="Franck Cuny" /> - - <link href="/index.atom" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" /> - - <!--Homepage CSS--> - <link rel="stylesheet" href="/static/css/screen.css" media="screen, projection" /> - - <link href="/favicon.ico" rel="shortcut icon" /> - - <link rel="openid2.provider" href="http://www.google.com/accounts/o8/ud?source=profiles" /> - <link rel="openid2.local_id" href="http://www.google.com/profiles/franck.cuny" /> - - {% include analytics.html %} - - <link rel="me" href="http://twitter.com/franckcuny"> - <link rel="me" href="http://github.com/franckcuny"> - <link rel="me" href="http://www.linkedin.com/in/franckcuny"> -</head> - -<body> - -<div id="site"> - <div id="header"> - <h1> - <a href="/">I'm a lumberjaph and I'm OK.</a> - <span id="navigation"> - <a href="/about/">About</a> - <a href="/archives.html">Archives</a> - </span> - </h1> - </div> - - {{ content }} - - <footer> - <div id="footer"> - © 2008-2012 - <a href="/about/">Franck Cuny</a> - </footer> -</div> - -</body> -</html> |
