lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.7.3 vs lib/jazzy/themes/fullwidth/templates/doc.mustache in jazzy-0.7.4

- old
+ new

@@ -6,9 +6,14 @@ <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/highlight.css" /> <meta charset="utf-8"> <script src="{{path_to_root}}js/jquery.min.js" defer></script> <script src="{{path_to_root}}js/jazzy.js" defer></script> {{{custom_head}}} + {{^disable_search}} + <script src="{{path_to_root}}js/lunr.min.js" defer></script> + <script src="{{path_to_root}}js/typeahead.jquery.js" defer></script> + <script src="{{path_to_root}}js/jazzy.search.js" defer></script> + {{/disable_search}} </head> <body> {{#dash_type}} <a name="//apple_ref/{{language_stub}}/{{dash_type}}/{{name}}" class="dashAnchor"></a>