モバイルメニューのHTML位置を変更

gh-pages
Rui 2018-01-16 18:49:22 +09:00 committed by GitHub
parent 4094cd4655
commit 4e27489980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -31,20 +31,6 @@ layout: compress
</head> </head>
<body> <body>
<!-- モバイルメニュー -->
<amp-sidebar id="sidebar" side="left" layout="nodisplay">
<button on="tap:sidebar.close">
<amp-img
height = "2em"
width = "2em"
alt = "閉じる"
src="{{ site.github.url }}/images/menu_close.svg">
</amp-img>
</button>
<h1>メニュー</h1>
{{ menu }}
</amp-sidebar>
<!-- コンテナ --> <!-- コンテナ -->
<div id="container"> <div id="container">
<!-- ヘッダ --> <!-- ヘッダ -->
@ -100,6 +86,20 @@ layout: compress
</footer> </footer>
</div> </div>
<!-- モバイルメニュー -->
<amp-sidebar id="sidebar" side="left" layout="nodisplay">
<button on="tap:sidebar.close">
<amp-img
height = "2em"
width = "2em"
alt = "閉じる"
src="{{ site.github.url }}/images/menu_close.svg">
</amp-img>
</button>
<h1>メニュー</h1>
{{ menu }}
</amp-sidebar>
<!-- コンテナの先頭にリンク --> <!-- コンテナの先頭にリンク -->
<a href="#container"> <a href="#container">
<amp-img <amp-img