Updated MANIFEST. Bumped version for release.
[cocanwiki.git] / templates / page_header.html
index cb3a9bf..cb4a2a3 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>::title_html::</title>
-::if(is_old_version)::<meta name="robots" content="noindex,nofollow"/>::end::
+::if(is_old_version)::<meta name="robots" content="noindex,nofollow" />::end::
 ::if(has_description)::<meta name="description" content="::description_html_tag::" />::end::
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
@@ -11,4 +11,6 @@
 ::if(has_page_css)::<link rel="stylesheet" href="/::page_html_tag::/styles.css::if(is_old_version)::?version=::old_version::::end::" type="text/css" title="Standard"/>::end::
 <link rel="icon" href="/_graphics/favicon.png" type="image/png" />
 <link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon" />
-</head>
\ No newline at end of file
+</head>
+<body>
+<h1><span>::title_html::</span></h1>
\ No newline at end of file