changeset 304:8f229d281e50

Tweaks to the index story layout
author Dominic Cleal <dominic@computerkb.co.uk>
date Mon, 22 Dec 2008 11:46:02 +0000
parents c45e82e72bc4
children 7171fb8070d3
files themes/copyrighteous/entry.template themes/copyrighteous/index.template themes/copyrighteous/style.css
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/themes/copyrighteous/entry.template	Sun Dec 21 23:55:27 2008 +0000
+++ b/themes/copyrighteous/entry.template	Mon Dec 22 11:46:02 2008 +0000
@@ -68,7 +68,8 @@
 <!-- /tmpl_if -->
 </div>
 
-<br style="clear: both" />
+<a name="comments" />
+<!-- <br style="clear: both" /> -->
 <!-- tmpl_include name="comment-loop.inc" -->
 <!-- tmpl_include name="comment-form.inc" -->
 
--- a/themes/copyrighteous/index.template	Sun Dec 21 23:55:27 2008 +0000
+++ b/themes/copyrighteous/index.template	Mon Dec 22 11:46:02 2008 +0000
@@ -24,9 +24,6 @@
 <br />
 
 <!-- tmpl_loop name='entries' -->
-
-<div class="blosxomFirstDayDiv">
-<span class="blosxomDate"><!-- tmpl_var name='date' --></span>
 <div class="storybox">
 <p>
 <span class="blosxomTitle"><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a></span>
@@ -41,9 +38,15 @@
    <!-- /tmpl_if -->
 
 <span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
+
+<div class="storyFooter">
+    Posted on <!-- tmpl_var name='date' --> |
+    <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a> |
+    <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments">Comments</a>
 </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>
--- a/themes/copyrighteous/style.css	Sun Dec 21 23:55:27 2008 +0000
+++ b/themes/copyrighteous/style.css	Mon Dec 22 11:46:02 2008 +0000
@@ -23,6 +23,12 @@
   padding: 0px;
 }
 
+.storyFooter {
+margin-top: 16px;
+color: #707277;
+font-size: 80%;
+}
+
 .storybox {
 border: 1px dashed;
 padding:6px;