]> git.cworth.org Git - cworth.org/blobdiff - templates/page.tmpl
Use upstream pagetemplate plugin instead of locally-hacked suppresstitle feature
[cworth.org] / templates / page.tmpl
index 7960963a0f3e5166aa97b7b867922fa876c04009..3f48960f0f9f738bdd62e8c8611afb5aacd7a336 100644 (file)
@@ -18,9 +18,9 @@
 <div id="logo">
   <img alt="Carl Worth" src="/cworth-banner.png">
 </div>
-<span>
+<h1>
 <TMPL_VAR TITLE>
-</span>
+</h1>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>
@@ -73,6 +73,14 @@ Tags:
 <div class="pagedate">
 Last edited <TMPL_VAR NAME=MTIME>
 </div>
+<div id="contact">
+Comments? Please feel free to email me: cworth&#64;redhat.com
+</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>