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">
|
<img alt="brand" src="img/favicon.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{ pageTitle}}
|
{{ activeBuffer().title}}
|
||||||
</div>
|
</div>
|
||||||
<div class="actions pull-right">
|
<div class="actions pull-right">
|
||||||
<div class="dropdown pull-left">
|
<div class="dropdown pull-left">
|
||||||
|
|
Loading…
Reference in New Issue