Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 8097:7ac637506acf
docs: add missing tabs.js required to get tal/jinja2 tabs working.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Jul 2024 22:39:45 -0400 |
| parents | bd013590d8d6 |
| children | e775cd258763 |
comparison
equal
deleted
inserted
replaced
| 8096:ea1f377c87d6 | 8097:7ac637506acf |
|---|---|
| 1 {% set script_files = ['_static/jquery.js', '_static/doctools.js', | 1 {% set script_files = ['_static/jquery.js', '_static/doctools.js', |
| 2 '_static/language_data.js', | 2 '_static/language_data.js', |
| 3 '_static/searchtools.js', | 3 '_static/searchtools.js', |
| 4 '_static/sphinx_highlight.js'] %} | 4 '_static/sphinx_highlight.js', |
| 5 '_static/tabs.js', | |
| 6 ] %} | |
| 5 <!DOCTYPE html> | 7 <!DOCTYPE html> |
| 6 <html lang="en"> | 8 <html lang="en"> |
| 7 <head> | 9 <head> |
| 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 9 <meta name="viewport" content="width=device-width, initial-scale=1"> | 11 <meta name="viewport" content="width=device-width, initial-scale=1"> |
