]> git.cworth.org Git - cworth.org/commitdiff
Drop title from header
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 13:10:30 +0000 (06:10 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 13:10:30 +0000 (06:10 -0700)
We can control this better by putting in an explicit h1 tag manually.

templates/page.tmpl

index 7455ec33d530bbcbb1b4e0fbfc355ba97313b227..9ff833a0f00b898c2eeb97f410aa5ed1809664a7 100644 (file)
@@ -18,9 +18,6 @@
 <div id="logo">
   <img alt="Carl Worth" src="/cworth-banner.png">
 </div>
-<span>
-<TMPL_VAR TITLE>
-</span>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>