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... + +

+ }