summaryrefslogtreecommitdiffstats
path: root/source/_layouts/default.html
diff options
context:
space:
mode:
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