...
This commit is contained in:
@@ -15,7 +15,13 @@ else if (doc == null)
|
||||
}
|
||||
else
|
||||
{
|
||||
<h1>@doc.Title</h1>
|
||||
<h1>
|
||||
@doc.Title
|
||||
@if (!string.IsNullOrEmpty(doc.Category))
|
||||
{
|
||||
<span class="category-badge">@doc.Category</span>
|
||||
}
|
||||
</h1>
|
||||
|
||||
@if (!string.IsNullOrEmpty(doc.FrontmatterHtml))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user