|
15 | 15 | <!-- Custom HTML head -->
|
16 | 16 | {{> head}}
|
17 | 17 |
|
18 |
| - <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> |
19 | 18 | <meta name="description" content="{{ description }}">
|
20 | 19 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
21 | 20 | <meta name="theme-color" content="#ffffff" />
|
|
122 | 121 | <i class="fa fa-paint-brush"></i>
|
123 | 122 | </button>
|
124 | 123 | <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
|
125 |
| - <li role="none"><button role="menuitem" class="theme" id="light">{{ theme_option "Light" }}</button></li> |
126 |
| - <li role="none"><button role="menuitem" class="theme" id="rust">{{ theme_option "Rust" }}</button></li> |
127 |
| - <li role="none"><button role="menuitem" class="theme" id="coal">{{ theme_option "Coal" }}</button></li> |
128 |
| - <li role="none"><button role="menuitem" class="theme" id="navy">{{ theme_option "Navy" }}</button></li> |
129 |
| - <li role="none"><button role="menuitem" class="theme" id="ayu">{{ theme_option "Ayu" }}</button></li> |
| 124 | + <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li> |
| 125 | + <li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li> |
| 126 | + <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li> |
| 127 | + <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li> |
| 128 | + <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li> |
130 | 129 | </ul>
|
131 | 130 | {{#if search_enabled}}
|
132 | 131 | <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
|
|
270 | 269 | {{/if}}
|
271 | 270 |
|
272 | 271 | {{#if playground_js}}
|
273 |
| - <script src="{{ path_to_root }}ace.js" charset="utf-8"></script> |
274 |
| - <script src="{{ path_to_root }}editor.js" charset="utf-8"></script> |
275 |
| - <script src="{{ path_to_root }}mode-rust.js" charset="utf-8"></script> |
276 |
| - <script src="{{ path_to_root }}theme-dawn.js" charset="utf-8"></script> |
277 |
| - <script src="{{ path_to_root }}theme-tomorrow_night.js" charset="utf-8"></script> |
| 272 | + <script src="{{ path_to_root }}ace.js"></script> |
| 273 | + <script src="{{ path_to_root }}editor.js"></script> |
| 274 | + <script src="{{ path_to_root }}mode-rust.js"></script> |
| 275 | + <script src="{{ path_to_root }}theme-dawn.js"></script> |
| 276 | + <script src="{{ path_to_root }}theme-tomorrow_night.js"></script> |
278 | 277 | {{/if}}
|
279 | 278 |
|
280 | 279 | {{#if search_js}}
|
281 |
| - <script src="{{ path_to_root }}elasticlunr.min.js" charset="utf-8"></script> |
282 |
| - <script src="{{ path_to_root }}mark.min.js" charset="utf-8"></script> |
283 |
| - <script src="{{ path_to_root }}searcher.js" charset="utf-8"></script> |
| 280 | + <script src="{{ path_to_root }}elasticlunr.min.js"></script> |
| 281 | + <script src="{{ path_to_root }}mark.min.js"></script> |
| 282 | + <script src="{{ path_to_root }}searcher.js"></script> |
284 | 283 | {{/if}}
|
285 | 284 |
|
286 |
| - <script src="{{ path_to_root }}clipboard.min.js" charset="utf-8"></script> |
287 |
| - <script src="{{ path_to_root }}highlight.js" charset="utf-8"></script> |
288 |
| - <script src="{{ path_to_root }}book.js" charset="utf-8"></script> |
| 285 | + <script src="{{ path_to_root }}clipboard.min.js"></script> |
| 286 | + <script src="{{ path_to_root }}highlight.js"></script> |
| 287 | + <script src="{{ path_to_root }}book.js"></script> |
289 | 288 |
|
290 | 289 | <!-- Custom JS scripts -->
|
291 | 290 | {{#each additional_js}}
|
|
0 commit comments