feat: added PageTitle to Threads
This commit is contained in:
parent
6e9be8c931
commit
5641bfa6a3
2 changed files with 2 additions and 1 deletions
|
@ -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/>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
{
|
||||
<div class="pd centered">
|
||||
<span>Post to /@board.Tag/ - @board.Topic</span>
|
||||
|
||||
<div class="centered formContent">
|
||||
<div>
|
||||
<div class="pd centered marg">
|
||||
|
|
Loading…
Reference in a new issue