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 3abd894719ef556ca3d38b1bafba4f4c056e4487..5fe8d4d67a6fd4f0f37a53667642429e227b75c1 100644
(file)
--- a/
_layouts/default.html
+++ b/
_layouts/default.html
@@
-15,17
+15,17
@@
</head>
</head>
- <body><div id="frame">
+ <body><div id="
-
frame">
- <header id="title">
+ <header id="
-
title">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
</header>
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
</header>
- <nav id="navi">
+ <nav id="
-
navi">
{% include menu-level.html menu=site.structure base="" above=true %}
</nav>
{% include menu-level.html menu=site.structure base="" above=true %}
</nav>
- <article id="content">
+ <article id="
-
content">
{{ content }}
</article>
{{ content }}
</article>