We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f975e45 commit 6203921Copy full SHA for 6203921
_includes/navigation.html
@@ -19,7 +19,10 @@
19
<label class="md-icon md-icon--menu md-header-nav__button" for=__drawer></label>
20
</div>
21
<div class="md-flex__cell md-flex__cell--stretch">
22
- <div class="md-flex__ellipsis md-header-nav__title" data-md-component=title> <span class=md-header-nav__topic> {{ site.title }}</span></div>
+ <div class="md-flex__ellipsis md-header-nav__title" data-md-component=title>
23
+ <span class=md-header-nav__topic>{{ site.title }}</span>
24
+ <span class=md-header-nav__topic>{{ page.title }}</span>
25
+ </div>
26
27
<div class="md-flex__cell md-flex__cell--shrink">
28
<label class="md-icon md-icon--search md-header-nav__button" for=__search></label>
0 commit comments