diff options
author | olf <olf@subsignal.org> | 2015-03-17 12:05:50 +0100 |
---|---|---|
committer | olf <olf@subsignal.org> | 2015-03-17 12:05:50 +0100 |
commit | 07c01557044afe4e7f2f5ed0de31988808e2e75c (patch) | |
tree | e4b643bfc6bd7433a88c873b018dd57fa36e398f /template/pages/wiki_template | |
parent | 17995ecdc4e2d34ab12e1b173e215b335ee20343 (diff) |
added headline to wiki
Diffstat (limited to 'template/pages/wiki_template')
-rw-r--r-- | template/pages/wiki_template/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html index 04a3a36..61be94a 100644 --- a/template/pages/wiki_template/content.html +++ b/template/pages/wiki_template/content.html @@ -1,5 +1,5 @@ <TMPL_IF HTML5><article class="page"><TMPL_ELSE><div class="page"></TMPL_IF> - +<h1>Wiki</h1> <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> <TMPL_IF HAVE_ACTIONS> <TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><nav class="navbar navbar-default"><div class="container-fluid"> |