Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.4 KB

search.md

File metadata and controls

39 lines (34 loc) · 1.4 KB
layout title permalink showtoc
page
Search
/search.html
no
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous"></script> <script> window.lunr || document.write('<script src="{{ "/assets/js/lunr.min.js" | prepend: site.baseurl }}"><\/script>')</script>

Search this site

    <script> window.store = { {% for post in site.posts %} "{{ post.url | slugify }}": { "title": "{{ post.title | xml_escape }}", "author": "{{ post.author | xml_escape }}", "category": "{{ post.category | xml_escape }}", "content": {{ post.content | strip_html | strip_newlines | jsonify }}, "url": "{{ post.url | xml_escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} }; </script> <script src="assets/js/search.min.js"></script>