diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
| commit | a94801e47dcec99e86edc157d9b63ab778b6e78a (patch) | |
| tree | b1b6cf1bf017f2898bb38cd0d3b28fcd04b8f570 /_layouts/default.html | |
| parent | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (diff) | |
More
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 93461ec..d58d069 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,19 +2,21 @@ <html lang="en"> {% include head.html %} +<body> + <div class="topbar"></div> + <div class="body-wrap"> + <div class="container"> + <!-- {% include header.html %} --> - <body> - - <!-- {% include header.html %} --> - - <div class="page-content"> - <div class="wrapper"> - {{ content }} + <div class="page-content"> + <div class="wrapper"> + {{ content }} + </div> </div> - </div> - {% include footer.html %} - - </body> + {% include footer.html %} + </div> + </div> +</body> </html> |
