mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
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:
@@ -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">
|
||||
@{
|
||||
|
Reference in New Issue
Block a user