diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index ee1b1ec..5e71f31 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -3,7 +3,7 @@

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

<% if TagsCollection %>

- <% _t('BlogSummary_ss.TAGS','Tags' %>: + <% _t('BlogSummary_ss.TAGS','Tags') %>: <% loop TagsCollection %> <% if not Last %>,<% end_if %> <% end_loop %> @@ -18,11 +18,11 @@

- $Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)' %> + $Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)') %> | - <% _t('BlogSummary_ss.READFULLPOST','Read the full post' %> + <% _t('BlogSummary_ss.READFULLPOST','Read the full post') %>