projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change the way we expect the header to look in the README
[web.git]
/
_layouts
/
default.html
diff --git
a/_layouts/default.html
b/_layouts/default.html
index 7db3ba6a7bd74ce304735702010245f69bfba99a..5fe8d4d67a6fd4f0f37a53667642429e227b75c1 100644
(file)
--- a/
_layouts/default.html
+++ b/
_layouts/default.html
@@
-15,19
+15,19
@@
</head>
</head>
- <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
>
- <
div id="
navi">
+ <
nav 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>