mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding a rudimentary recent blog posts widget
--HG-- branch : dev
This commit is contained in:
@@ -61,7 +61,16 @@
|
||||
@Zone(Model.Messages)
|
||||
</div>
|
||||
}
|
||||
|
||||
@if(Model.Featured != null) {
|
||||
<div class="zone-featured">
|
||||
@Zone(Model.Featured)
|
||||
</div>
|
||||
}
|
||||
@if(Model.Recent != null) {
|
||||
<div class="zone-recent">
|
||||
@Zone(Model.Recent)
|
||||
</div>
|
||||
}
|
||||
@if(Model.Sidebar2 != null) {
|
||||
<aside class="sidebar secondary">
|
||||
@Zone(Model.Sidebar2)
|
||||
|
Reference in New Issue
Block a user