fix: remove redundant article tag
This commit is contained in:
parent
95dd7e51e5
commit
2036970fa2
@ -60,7 +60,6 @@
|
|||||||
|
|
||||||
<p>@Html.Raw(BlogService.GetExcerpt(post, out bool trimmed))</p>
|
<p>@Html.Raw(BlogService.GetExcerpt(post, out bool trimmed))</p>
|
||||||
|
|
||||||
<article>
|
|
||||||
@if (trimmed)
|
@if (trimmed)
|
||||||
{
|
{
|
||||||
<p>
|
<p>
|
||||||
@ -73,7 +72,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
</article>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user