Fix for front page not displaying fullbody
This commit is contained in:
parent
fd4916dd21
commit
44c28fda1a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ function HomePage (props) {
|
|||
}
|
||||
<h1 className="page_title col-sm-12">{ props.article.Title }</h1>
|
||||
<PublishedInfo publishData={props.article}></PublishedInfo>
|
||||
<div className="article_body" dangerouslySetInnerHTML={{ __html: props.article.Body }}></div>
|
||||
<div className="article_body" dangerouslySetInnerHTML={{ __html: props.article.FullBody }}></div>
|
||||
</div>
|
||||
</Layout>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue