mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Updated Blog post html to html5.
--HG-- branch : dev
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<h1>@Html.TitleForPage((string)Model.Title)</h1>
|
||||
@if (Model.Meta != null) {
|
||||
<div class="metadata">
|
||||
@Display(Model.Meta)
|
||||
</div>
|
||||
}
|
||||
<div class="content">
|
||||
<article>
|
||||
<header>
|
||||
@Display(Model.Header)
|
||||
<p class="metadata">
|
||||
@Display(Model.Meta)
|
||||
</p>
|
||||
</header>
|
||||
<section>
|
||||
@Display(Model.Content)
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
@@ -190,7 +190,7 @@ pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height:
|
||||
|
||||
#layout-main
|
||||
{
|
||||
border-top: 1px solid #dbdbdb;
|
||||
border-top: 1px solid #fff;
|
||||
}
|
||||
|
||||
#layout-after-main
|
||||
|
Reference in New Issue
Block a user