Implement Page#footer and display footer in frontend.

This commit is contained in:
Tom Preston-Werner
2010-07-26 16:33:19 -07:00
parent 6dc19f0dde
commit 2bc9b2ec86
10 changed files with 87 additions and 3 deletions
+6 -1
View File
@@ -4,9 +4,14 @@
<a href="/">Home</a> | <a href="/edit/{{name}}">Edit</a>
</div>
<h1>{{human_name}}</h1>
<div class="wikistyle gollum {{format}}">
<div class="content wikistyle gollum {{format}}">
{{{content}}}
</div>
{{#has_footer}}
<div class="footer wikistyle gollum {{footer_format}}">
{{{footer_content}}}
</div>
{{/has_footer}}
</div>
</div>
<div class="admin">