diff themes/copyrighteous/index.template @ 303:c45e82e72bc4

Applying changes used on m0dlx.com
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 21 Dec 2008 23:55:27 +0000
parents b5fc6377b32e
children 8f229d281e50
line wrap: on
line diff
--- a/themes/copyrighteous/index.template	Sun Dec 21 23:53:28 2008 +0000
+++ b/themes/copyrighteous/index.template	Sun Dec 21 23:55:27 2008 +0000
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <html>
 <head>
- <title>copyrighteous: <!-- tmpl_var name='blog_title' --></title>
+ <title><!-- tmpl_var name='blog_title' --></title>
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
-  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->index.rss" type="application/rss+xml">
+  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->rss" type="application/rss+xml">
 </head>
 
 <body>
@@ -29,12 +29,11 @@
 <span class="blosxomDate"><!-- tmpl_var name='date' --></span>
 <div class="storybox">
 <p>
-<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+<span class="blosxomTitle"><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a></span>
 
 <div id="story">
 <!-- tmpl_var name='body' -->
 </div>
-<a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a>
    <!-- tmpl_if name='comment_count' -->
    <span class="comments">
    <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
@@ -45,7 +44,9 @@
 </div>
 </div>
 <!-- /tmpl_loop -->
-
+<p>
+  Older entries are hidden, but you can browse them with the date categories at the top-right of this page.</p>
+</p>
 <p style="text-align: right">
 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v<!-- tmpl_var name='release' --></a>
 </p>