diff options
author | 53hornet <atc@53hor.net> | 2022-01-22 08:45:24 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-01-22 15:18:04 -0500 |
commit | ba49aa806a48839b61fb261f7ccd007a507d8d50 (patch) | |
tree | 222855376c301972a10bb8656c94731fc40ded76 /src/templates/index.hbs | |
parent | d7472320a00fa0bfd6b9be904e0730461f093f61 (diff) | |
download | twinh-ba49aa806a48839b61fb261f7ccd007a507d8d50.tar.xz twinh-ba49aa806a48839b61fb261f7ccd007a507d8d50.zip |
feat: experimental cgi forkcgi
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}} + + |