summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html68
-rw-r--r--_layouts/static.html0
2 files changed, 0 insertions, 68 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 812ebf5..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,68 +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="container">
-
- <div id="menu">
- <div id="menu-inner">
- <div class="you">
- <h2>I'm a lumberjaph and I'm OK</h2>
- </div>
- <div class="main">
- <h2>Here</h2>
- <ul>
- <li><a href="/archives.html">Archives</a></li>
- <li><a href="/about">About</a></li>
- </ul>
- </div>
- <div class="info">
- <h2>Elsewhere</h2>
- <ul>
- <li>Twitter</li>
- <li>GitHub</li>
- </ul>
- </div>
- </div>
- </div>
-
- <div id="content">
- {{ content }}
- </div>
-
- </div>
-
- <div class="clear"></div>
-
- <footer>
- <div id="footer">
- <div id="footer-left">
- </div>
- </div>
- </footer>
-
-</body>
-</html>
diff --git a/_layouts/static.html b/_layouts/static.html
deleted file mode 100644
index e69de29..0000000
--- a/_layouts/static.html
+++ /dev/null