From 40e88993680677c79841f4b077ea6c5dbceb7467 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sun, 28 Apr 2019 11:51:24 +0100 Subject: [PATCH] Fix issue with blog link on home page. --- Website/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/Views/Home/Index.cshtml b/Website/Views/Home/Index.cshtml index a75f293..bb55efb 100644 --- a/Website/Views/Home/Index.cshtml +++ b/Website/Views/Home/Index.cshtml @@ -16,4 +16,4 @@

@Model.Title

@Html.Raw(Model.Content) Posted on @Model.Timestamp -

Read more...

\ No newline at end of file +

Read more...

\ No newline at end of file