projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
re-do the layout: use SCSS, put the boxes differently to have the entire frame as...
[web.git]
/
_layouts
/
default.html
diff --git
a/_layouts/default.html
b/_layouts/default.html
index 7db3ba6a7bd74ce304735702010245f69bfba99a..3abd894719ef556ca3d38b1bafba4f4c056e4487 100644
(file)
--- a/
_layouts/default.html
+++ b/
_layouts/default.html
@@
-17,17
+17,17
@@
<body><div id="frame">
<body><div id="frame">
- <
div
id="title">
+ <
header
id="title">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
- </
div
>
+ </
header
>
- <
di
v id="navi">
+ <
na
v id="navi">
{% include menu-level.html menu=site.structure base="" above=true %}
{% include menu-level.html menu=site.structure base="" above=true %}
- </
di
v>
+ </
na
v>
- <
div
id="content">
+ <
article
id="content">
{{ content }}
{{ content }}
- </
div
>
+ </
article
>
</div></body>
</div></body>