From 1b605bceaa9cc261a2dde623b95d93aa4aa9eaa8 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 7 Dec 2010 14:19:45 -0800 Subject: [PATCH] Removing the heading from the blog archives (widget) template to leave the heading display up to the widget. work item: 16914 --HG-- branch : dev --- .../Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml b/src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml index 5790f97fe..58b3575b6 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Views/Parts.Blogs.BlogArchives.cshtml @@ -6,7 +6,6 @@ IEnumerable> archives = Model.Archives; }
-

@T("Archives")

@if (archives.Count() > 20) {
    @{