mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Adding something for the page title to the core document template (and widget shape template)*
*exploration work --HG-- branch : dev
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@if(Model.Content != null) {
|
||||
@{
|
||||
Layout.Title = Model.Title;
|
||||
}
|
||||
@if(Model.Content != null) {
|
||||
<article>
|
||||
@if(Model.Header != null) {
|
||||
<header>
|
||||
|
Reference in New Issue
Block a user