mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
--HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@if(Model.Content != null) {
|
||||
<article>
|
||||
@if(Model.Header != null) {
|
||||
<header>
|
||||
@Display(Model.Header)
|
||||
</header>
|
||||
}
|
||||
@Display(Model.Content)
|
||||
</article>
|
||||
}
|
@@ -1,2 +1,2 @@
|
||||
@Display(Model.Header)
|
||||
@Display(Model.Content)
|
||||
@Display(Model.Content)
|
Reference in New Issue
Block a user