Skip to content

Commit 6203921

Browse files
committed
adding page title when scroll
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent f975e45 commit 6203921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/navigation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
<label class="md-icon md-icon--menu md-header-nav__button" for=__drawer></label>
2020
</div>
2121
<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>
22+
<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>
2326
</div>
2427
<div class="md-flex__cell md-flex__cell--shrink">
2528
<label class="md-icon md-icon--search md-header-nav__button" for=__search></label>

0 commit comments

Comments
 (0)