fix: remove redundant article tag

This commit is contained in:
Oliver Booth 2023-08-10 04:56:28 +01:00
parent 95dd7e51e5
commit 2036970fa2
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 12 additions and 14 deletions

View File

@ -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>