Edited the simple wiki templates to allow for more flexibility in title markup + changed the layout of search results

This commit is contained in:
Reda Lemeden
2012-03-01 12:25:26 -05:00
parent 6446972d35
commit 4d53b370d7
8 changed files with 73 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
<%block name="title"><title>${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki</title></%block>
<%block name="wiki_page_title">
${ wiki_article.title }
<h1>${ wiki_article.title }</h1>
</%block>
<%block name="wiki_head">