summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2014-12-04 20:02:23 -0800
committerFranck Cuny <franckcuny@gmail.com>2014-12-04 20:03:12 -0800
commit9fe2ac2521294d97cc7273a8ba0044943896d50f (patch)
tree2c0acb5d9a89f30c4a26339e61cb4038338adfcf /_layouts/default.html
parentupdate rsync command for publishing (diff)
downloadlumberjaph-9fe2ac2521294d97cc7273a8ba0044943896d50f.tar.gz
Update the theme.
Simpler and lighter theme. Not perfect yet, there's still more work to do on the resume page and a few other things to fix (images in post, etc).
Diffstat (limited to '')
-rw-r--r--_layouts/default.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 80fc4e7..c741dc9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -23,21 +23,17 @@
<meta name="twitter:description" content="{{ page.summary }}">
<meta name="twitter:url" content="{{ page.url }}">
- <link rel="stylesheet" href="/static/css/screen.css" type="text/css"/>
+ <link rel="stylesheet" href="/static/css/style.css" type="text/css"/>
<link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" />
</head>
-<body style>
+<body>
- {% include cover.html %}
-
- <div id="site"> {{ content }} </div>
-
- {% include footer.html %}
+ <div id="container">
+ {{ content }}
+ </div>
</body>
-
-
</html>