summary refs log tree commit diff
path: root/v1.91/website_files/theme/index.hbs
diff options
context:
space:
mode:
authorAction Bot <action@synapse.bot.com>2023-12-11 14:53:36 +0000
committerAction Bot <action@synapse.bot.com>2023-12-11 14:53:36 +0000
commit0bbf19032fba228819d7f5948c1a5a0713b47c0b (patch)
tree3a0c7e1f812ec9cd79ea524cb6875ddf2030042e /v1.91/website_files/theme/index.hbs
parentVersion picker deployed for v1.92 docs to Github Pages (diff)
downloadsynapse-0bbf19032fba228819d7f5948c1a5a0713b47c0b.tar.xz
Version picker deployed for v1.91 docs to Github Pages
Diffstat (limited to 'v1.91/website_files/theme/index.hbs')
-rw-r--r--v1.91/website_files/theme/index.hbs14
1 files changed, 13 insertions, 1 deletions
diff --git a/v1.91/website_files/theme/index.hbs b/v1.91/website_files/theme/index.hbs
index 3b7a5b6163..b169323a43 100644
--- a/v1.91/website_files/theme/index.hbs
+++ b/v1.91/website_files/theme/index.hbs
@@ -131,6 +131,18 @@
                             <i class="fa fa-search"></i>
                         </button>
                         {{/if}}
+                        <div class="version-picker">
+                            <div class="dropdown">
+                                <div class="select">
+                                    <span></span>
+                                    <i class="fa fa-chevron-down"></i>
+                                </div>
+                                <input type="hidden" name="version">
+                                <ul class="dropdown-menu">
+                                    <!-- Versions will be added dynamically in version-picker.js -->
+                                </ul>
+                            </div>
+                        </div>      
                     </div>
 
                     <h1 class="menu-title">{{ book_title }}</h1>
@@ -309,4 +321,4 @@
         {{/if}}
 
     </body>
-</html>
\ No newline at end of file
+</html>