Use activeBuffer for title, not the shared pageTitle
This commit is contained in:
parent
8602f9d477
commit
729a22c7b9
|
@ -130,7 +130,7 @@
|
|||
<img alt="brand" src="img/favicon.png">
|
||||
</div>
|
||||
<div class="title">
|
||||
{{ pageTitle}}
|
||||
{{ activeBuffer().title}}
|
||||
</div>
|
||||
<div class="actions pull-right">
|
||||
<div class="dropdown pull-left">
|
||||
|
|
Loading…
Reference in New Issue