diff options
Diffstat (limited to 'src/templates/index.hbs')
-rw-r--r-- | src/templates/index.hbs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/templates/index.hbs b/src/templates/index.hbs index 4c07db4..aa708e1 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -1,13 +1,12 @@ {{#> base}} {{#*inline "main"}} <aside> - <a class="closeMenu" href="#hidemenu"> + <a class="closeMenu" href="#hidden"> <svg style="width: 24px; height: 24px" viewBox="0 0 24 24"> <path fill="#ffffff" d="M21,15.61L19.59,17L14.58,12L19.59,7L21,8.39L17.44,12L21,15.61M3,6H16V8H3V6M3,13V11H13V13H3M3,18V16H16V18H3Z" /> </svg> </a> - {{#each makes}} <form action="/"> {{#if (eq this ../selected_make)}} @@ -44,8 +43,6 @@ </svg> </a> - <h2>Catalog</h2> - <section> <form> {{#if selected_make}} @@ -73,3 +70,5 @@ {{/inline}} {{/base}} + + |