File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
</ head >
7
7
8
8
< body >
9
- < div class ="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--fixed-drawer has-drawer is-upgraded " data-upgraded =" ,MaterialLayout ">
9
+ < div class ="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header ">
10
10
< header class ="mdl-layout__header ">
11
- < div aria-expanded ="false " role ="button " tabindex ="0 " class ="mdl-layout__drawer-button "> < i class ="material-icons "> menu</ i > </ div >
12
11
< div class ="mdl-layout__header-row ">
13
12
< span class ="mdl-layout-title ">
14
13
{% if page.title %}< h1 id ="page-title " class ="mdl-typography--title "> {{ page.title }}</ h1 > {% endif %}
38
37
< div class ="ribbon "> </ div >
39
38
< main class ="main mdl-layout__content ">
40
39
< div class ="main-container mdl-grid ">
41
- < div class ="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone "> </ div >
40
+ < div class ="mdl-cell mdl-cell--2-col "> </ div >
41
+ <!-- <div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div> -->
42
42
< div class ="main-content mdl-color--white mdl-shadow--4dp mdl-color-text--grey-800 mdl-cell mdl-cell--8-col "{% if page.image ! = false %} style ="background-image:url('{{ page.image }}');background-repeat:no-repeat;background-size:100% 350px;padding-top:350px; "{% endif %} >
43
43
{{ content }}
44
44
</ div >
You can’t perform that action at this time.
0 commit comments