Sha256: 1040bfa739b3b36873cc893c14505774fe56ee1fb818f5d7b6cbeed0bfd59f4e
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
<script> window.ui = { title: "{{ site.title }}", lang: "{{ lang }}", version: "{{ version }}", baseurl: "{{ site.baseurl }}", i18n: { search_results: "{{ __.search_results | default: 'Search Results' }}", search_results_found: "{{ __.search_results_found | default: 'Search finished, found # page(s) matching the search query.' }}", search_results_not_found: "{{ __.search_results_not_found | default: 'Your search did not match any documents, please make sure that all characters are spelled correctly!' }}" } }; </script> <script src="{{ cdn }}/assets/js/jquery.min.js"></script> <script src="{{ cdn }}/assets/js/theme{% if site.debug.dist != false %}.min{% endif %}.js"></script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-rtd-theme-2.0.2 | _includes/node/script.liquid |