Add header.

This commit is contained in:
bootstraponline
2012-05-05 13:49:01 -06:00
parent 9a1dddaccf
commit e9a9eb1779
8 changed files with 57 additions and 5 deletions
@@ -20,6 +20,13 @@
<div id="wiki-content">
<div class="wrap {{#has_footer}} has-footer {{/has_footer}} {{#has_sidebar}} has-rightbar{{/has_sidebar}}">
<div id="wiki-body" class="gollum-{{format}}-content">
{{#has_header}}
<div id="wiki-header" class="gollum-{{header_format}}-content">
<div id="header-content">
{{{header_content}}}
</div>
</div>
{{/has_header}}
<div id="template">
{{{content}}}
</div>