diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
| commit | 8ddf2e94df70707b458528a437759b96046d3e01 (patch) | |
| tree | d442818d92d3c9c6f7fcdc92857a1228963849a1 /_layouts/default.html | |
| parent | Don't need to use the IP in the makefile. (diff) | |
| download | lumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz | |
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and
styles. Added a new page for the resume.
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index d0b393f..b883c95 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,27 +15,13 @@ <meta name="twitter:description" content="{{ page.summary }}"> <title>{{ page.title }} | lumberjaph.net</title> - {% stylesheet lumberjaph %} + <link rel="stylesheet" href="/static/css/style.css" type="text/css"/> + <link rel="stylesheet" href="/static/css/emacs.css" type="text/css"/> + </head> <body> - <div class="row"> - <div class="large-12 large-offset-1 columns" id="header"> - <h1><a href="/">Franck Cuny</a></h1> - { - <a href="/">writing</a>, - <a href="/projects.html">projects</a>, - <a href="/about.html">about</a>, - <a href="/contact.html">contact</a> - } - </div> - </div> - - <div class="row"> - <div class="large-10 large-centered columns"> - {{ content }} - </div> - </div> + <div id="container"> {{ content }} </div> </body> </html> |
