File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
< path d ="M160 304q0 10-3.125 20.5t-10.75 19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75 19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM360 304q0-30-17.25-51t-46.75-21q-10.25 0-48.75 5.25-17.75 2.75-39.25 2.75t-39.25-2.75q-38-5.25-48.75-5.25-29.5 0-46.75 21t-17.25 51q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75 8-38.375zM416 260q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5-41.75 1.125q-19.5 0-35.5-0.75t-36.875-3.125-38.125-7.5-34.25-12.875-30.25-20.25-21.5-28.75q-15.5-30.75-15.5-82.75 0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875q36.75-8.75 77.25-8.75 37 0 70 8 26.25-20.5 46.75-30.25t47.25-9.75q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z " fill ="currentColor "> </ path > </ svg >
5
5
</ defs > </ svg >
6
6
7
-
8
7
< input class =md-toggle data-md-toggle =drawer type =checkbox id =__drawer autocomplete =off >
9
8
< input class =md-toggle data-md-toggle =search type =checkbox id =__search autocomplete =off >
10
- < label class =md-overlay data-md-component =overlay for =__drawer > </ label > < a href =#material-for-mkdocs tabindex =1 class =md-skip > Skip to content </ a >
9
+ < label class =md-overlay data-md-component =overlay for =__drawer > </ label > < a href =" #{{ page.title | slugify }} " tabindex =1 class =md-skip > Skip to content </ a >
11
10
< header class =md-header data-md-component =header >
12
11
< nav class ="md-header-nav md-grid ">
13
12
< div class =md-flex >
14
13
< div class ="md-flex__cell md-flex__cell--shrink ">
15
- < a class ="md-header-nav__button md-logo " href =". " title ="{{ site.title }} ">
14
+ < a class ="md-header-nav__button md-logo " href ="{{ site.url }} " title ="{{ site.title }} ">
16
15
{% if site.logo %}< img height ="{{ site.logo_pixels }} " src ="{{ site.baseurl }}/{{ site.logo }} " width ="{{ site.logo_pixels }} "> {% else %}< i class ="md-icon " style ="margin-top:5px "> </ i > {% endif %}</ a >
17
16
</ div >
18
17
< div class ="md-flex__cell md-flex__cell--shrink ">
You can’t perform that action at this time.
0 commit comments