Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.09 KB

search.md

File metadata and controls

35 lines (31 loc) · 1.09 KB
layout title
page
Search
    <script> window.store = { {% for post in site.posts %} "{{ post.url | slugify }}": { "title": "{{ post.title | xml_escape }}", "date": "{{ post.date | 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/lunr.min.js"></script> <script src="/assets/js/search.js"></script>