Removing the heading from the blog archives (widget) template to leave the heading display up to the widget.

work item: 16914

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-07 14:19:45 -08:00
parent bf1c0e2589
commit 1b605bceaa

View File

@@ -6,7 +6,6 @@
IEnumerable<KeyValuePair<ArchiveData, int>> archives = Model.Archives;
}
<div class="archives">
<h3>@T("Archives")</h3>
@if (archives.Count() > 20) {
<ul class="years">
@{