feat: added PageTitle to Threads

This commit is contained in:
limited_dev 2023-03-07 22:33:36 +01:00
parent 6e9be8c931
commit 5641bfa6a3
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,8 @@
@using ImageBoardServerApp.Data.Repository
@inject NavigationManager NavigationManager
<PageTitle>#@threadId on /@boardName/ - BulletBoard</PageTitle>
<h3>Thread #@threadId on /@boardName/</h3>
<Post post="@post" showOpenThread="false"/>
<hr/>