Blog post display
This commit is contained in:
parent
984a327ef6
commit
0195c9a380
3 changed files with 20 additions and 5 deletions
|
|
@ -5,9 +5,10 @@
|
|||
}
|
||||
|
||||
<div>
|
||||
<img alt="" src="@Model.Photo">
|
||||
<img class="blogphoto" alt="" src="@Model.Photo" >
|
||||
<h1 class="blogtitle" ismarkdown>@Model.Title</h1>
|
||||
|
||||
<h1>
|
||||
<div markdown="@Model.Title" site="SiteSettings.Value"></div>
|
||||
|
||||
</h1>
|
||||
<hr />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue