summaryrefslogtreecommitdiffstats
path: root/source/_layouts/default.html
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-03 04:43:27 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-03 04:43:37 +0200
commit63f3be825cfa279cbaec6992999d93e9d0384df0 (patch)
treed0339965e2d7a87e6fdec07684f92cab538e3990 /source/_layouts/default.html
parentd56e274fd33711edc11f146782e1dc0d7dc5c7d1 (diff)
downloadoctopress-theme-jeyzu-63f3be825cfa279cbaec6992999d93e9d0384df0.zip
octopress-theme-jeyzu-63f3be825cfa279cbaec6992999d93e9d0384df0.tar.gz
add id attributes
Diffstat (limited to 'source/_layouts/default.html')
-rw-r--r--source/_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/default.html b/source/_layouts/default.html
index ad02643..70d04d1 100644
--- a/source/_layouts/default.html
+++ b/source/_layouts/default.html
@@ -2,10 +2,10 @@
{% include head.html %}
<body>
- <header class="inner">{% include header.html %}</header>
+ <header id="header" class="inner">{% include header.html %}</header>
{% include banner.html %}
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
- <footer class="inner">{% include footer.html %}</footer>
+ <footer id="footer" class="inner">{% include footer.html %}</footer>
{% include after_footer.html %}
</body>
</html> \ No newline at end of file