projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
develop a new style
[web.git]
/
_layouts
/
default.html
diff --git
a/_layouts/default.html
b/_layouts/default.html
index bd9f1f65cebec5fb577168a7fa65a6870b0d0c90..b373206c81f4810f52521c68c97cebb9c4d36b24 100644
(file)
--- a/
_layouts/default.html
+++ b/
_layouts/default.html
@@
-14,20
+14,19
@@
{% if page.rss %}<link rel="alternate" type="application/rss+xml" title="{{ site.blog.title }}" href="/blog/feed.xml" />{% endif %}
</head>
{% if page.rss %}<link rel="alternate" type="application/rss+xml" title="{{ site.blog.title }}" href="/blog/feed.xml" />{% endif %}
</head>
-
<body><div id="-frame">
<body><div id="-frame">
-
- <header id="-title">
- <h1>{{ page.title }}</h1>
- </header>
<nav id="-navi">
{% assign menu = site.pages | menu: page.url %}
{% include menu-level.html menu=menu %}
</nav>
<nav id="-navi">
{% assign menu = site.pages | menu: page.url %}
{% include menu-level.html menu=menu %}
</nav>
-
+
<article id="-content">
<article id="-content">
- {{ content }}
+ <header id="-title">
+ <h1>{{ page.title }}</h1>
+ </header>
+
+ {{ content }}
</article>
</div></body>
</article>
</div></body>