diff options
Diffstat (limited to 'root/template/header')
-rw-r--r-- | root/template/header | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/root/template/header b/root/template/header index 4812ea7..84b795d 100644 --- a/root/template/header +++ b/root/template/header @@ -1,8 +1,6 @@ -<div class="masthead"> - <h1>[% c.config.apptitle %]</h1> -</div> +<p>[% template.title or site.title or c.config.apptitle %]</p> + <div class="hnav"> - <!--div class="hnav" --> <ul class="hnav"> [% FOREACH page IN pages %] <li><a href="[% c.uri_for(page.page) %]">[% page.title %]</a></li> |