From 458605dd948b08526fcc664d6d372da3a1229607 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 21 Nov 2022 00:27:32 +0100 Subject: [PATCH] Fix blog post titles --- zotan.pw-web/Pages/blog/BlogPost.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zotan.pw-web/Pages/blog/BlogPost.cshtml b/zotan.pw-web/Pages/blog/BlogPost.cshtml index a1cd00a..ad0f88d 100644 --- a/zotan.pw-web/Pages/blog/BlogPost.cshtml +++ b/zotan.pw-web/Pages/blog/BlogPost.cshtml @@ -18,7 +18,7 @@ } @post.PublishedOn.ToString("yyyy-MM-dd") - @Utils.a_an(post.ReadTimeMinutes) @post.ReadTimeMinutes minute read (150 wpm) -

IPv6-native networking: a project report

-
+

@post.Title

+
@Html.Raw(post.Content)