]> git.cworth.org Git - cworth.org/blobdiff - templates/page.tmpl
se meta plugin for titles instead of just h1 tags
[cworth.org] / templates / page.tmpl
index a645a01bb2529ac910c2ab4b842013a008295292..b675911ab3467564af6a8cf4c4397d5c320bf547 100644 (file)
 <body>
 
 <div class="header">
+<div id="logo">
+  <img alt="Carl Worth" src="/cworth-banner.png">
+</div>
+<TMPL_UNLESS NAME="SUPPRESSTITLE">
 <span>
 <TMPL_VAR TITLE>
 </span>
+</TMPL_UNLESS>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>
@@ -70,6 +75,11 @@ Tags:
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>
+<div id="legal">
+Copyright © 2007 Carl D. Worth. Verbatim copying and distribution of
+this entire article are permitted worldwide, without royalty, in any
+medium, provided this notice is preserved.
+</div>
 
 </div>
 <TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>