Fix blog post titles

This commit is contained in:
Laura Hausmann 2022-11-21 00:27:32 +01:00
parent b7dc3a08c6
commit 458605dd94
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -18,7 +18,7 @@
}
<b>@post.PublishedOn.ToString("yyyy-MM-dd")</b> - @Utils.a_an(post.ReadTimeMinutes) @post.ReadTimeMinutes minute read (150 wpm)
<h1 id="post">IPv6-native networking: a project report</h1>
<div align="justify">
<h1 id="post">@post.Title</h1>
<div style="text-align: justify">
@Html.Raw(post.Content)
</div>