/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_layouts/default.html
24 строки
601 B
Daniel Haim
Improve accessibility of the docs (#9338)
12 янв 2024, 19:57
Не верифицирован
12 янв 2024, 19:57
55e993b
Код
Авторство
О чём код?
{%- include top.html -%} <body class="wrap"> {%- include header.html -%} {{- content -}} {%- include footer.html -%} {%- include anchor_links.html -%} {%- include analytics.html -%} {%- include search/script.html -%} <script> {%- comment -%} // This function is called when the user selects an option from a <select> element. // If the selected option has a valid URL, it changes the window location to that URL. {%- endcomment %} const navigateToUrl = (select) => { const url = select.value; url && (window.location.href = url); }; </script> </body> </html>