From 2036970fa24d291f0eda56f79e5dfbc34d7b6e29 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 04:56:28 +0100 Subject: [PATCH] fix: remove redundant article tag --- OliverBooth/Pages/Blog/Index.cshtml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/OliverBooth/Pages/Blog/Index.cshtml b/OliverBooth/Pages/Blog/Index.cshtml index 3aeb272..7eee82f 100644 --- a/OliverBooth/Pages/Blog/Index.cshtml +++ b/OliverBooth/Pages/Blog/Index.cshtml @@ -60,20 +60,18 @@

@Html.Raw(BlogService.GetExcerpt(post, out bool trimmed))

-
- @if (trimmed) - { -

- - Read more... - -

- } -
+ @if (trimmed) + { +

+ + Read more... + +

+ }