summaryrefslogtreecommitdiff
path: root/src/templates/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/index.hbs')
-rw-r--r--src/templates/index.hbs13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/templates/index.hbs b/src/templates/index.hbs
index e948d53..d9b3728 100644
--- a/src/templates/index.hbs
+++ b/src/templates/index.hbs
@@ -1,6 +1,12 @@
{{#> base}}
{{#*inline "main"}}
<aside>
+ <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)}}
@@ -36,12 +42,6 @@
<path fill="#195970" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
</svg>
</a>
- <a class="closeMenu" href="#hidden">
- <svg style="width: 24px; height: 24px" viewBox="0 0 24 24">
- <path fill="#195970"
- d="M21,15.61L19.59,17L14.58,12L19.59,7L21,8.39L17.44,12L21,15.61M3,6H16V8H3V6M3,13V11H13V13H3M3,18V16H16V18H3Z" />
- </svg>
- </a>
<section>
<form>
@@ -67,5 +67,6 @@
</table>
</section>
</article>
+
{{/inline}}
{{/base}}