diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:43:27 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:43:37 +0200 |
commit | 63f3be825cfa279cbaec6992999d93e9d0384df0 (patch) | |
tree | d0339965e2d7a87e6fdec07684f92cab538e3990 /source/_layouts | |
parent | d56e274fd33711edc11f146782e1dc0d7dc5c7d1 (diff) | |
download | octopress-theme-jeyzu-63f3be825cfa279cbaec6992999d93e9d0384df0.zip octopress-theme-jeyzu-63f3be825cfa279cbaec6992999d93e9d0384df0.tar.gz |
add id attributes
Diffstat (limited to 'source/_layouts')
-rw-r--r-- | source/_layouts/default.html | 4 |
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 |