From 85ded9d76bb2209474b0a1ae5b344cd3976a6f4d Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Fri, 23 Nov 2007 08:38:14 +0000 Subject: [PATCH] Support for rel-tag microformat --- templates/Includes/BlogSummary.ss | 4 ++-- templates/Layout/BlogEntry.ss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 98c7b16..5d91392 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -5,10 +5,10 @@

Tags: <% control Tags %> - $Tag<% if Last %><% else %>,<% end_if %> + <% if Last %><% else %>,<% end_if %> <% end_control %>

<% end_if %>

$ParagraphSummary

$Comments.Count comments | Read the full post

- \ No newline at end of file + diff --git a/templates/Layout/BlogEntry.ss b/templates/Layout/BlogEntry.ss index 84a384e..3755e4f 100644 --- a/templates/Layout/BlogEntry.ss +++ b/templates/Layout/BlogEntry.ss @@ -9,7 +9,7 @@

Tags: <% control Tags %> - $Tag<% if Last %><% else %>,<% end_if %> + <% if Last %><% else %>,<% end_if %> <% end_control %>

<% end_if %> @@ -20,4 +20,4 @@ $PageComments - \ No newline at end of file +