From baa470dd10e9522e266a50564938bc2c931a2a18 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Tue, 21 Apr 2009 23:06:12 +0000 Subject: [PATCH] Added css class to blog post titles --- templates/Includes/BlogSummary.ss | 2 +- templates/Layout/BlogEntry.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 7904a6b..07a149c 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -1,5 +1,5 @@
-

$MenuTitle

+

$MenuTitle

<% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %>

<% if TagsCollection %>

diff --git a/templates/Layout/BlogEntry.ss b/templates/Layout/BlogEntry.ss index fffc930..524c538 100644 --- a/templates/Layout/BlogEntry.ss +++ b/templates/Layout/BlogEntry.ss @@ -3,7 +3,7 @@ <% include BreadCrumbs %>

-

$Title

+

$Title

<% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %>

<% if TagsCollection %>