Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.06 KB

search.md

File metadata and controls

36 lines (35 loc) · 1.06 KB
layout title sitemap landing notoc notags permalink
search
Search
false
true
true
true
search.html

Loading results for ""

    <script> window.data = { {% for post in site.pages %} {% if post.title %} {% unless post.excluded_in_search %} {% if added %},{% endif %} {% assign added = false %} "{{ post.url | slugify | remove_first: " / " }}": { "id": "{{ post.url | slugify }}", "title": "{{ post.title | xml_escape }}", "categories": "{{ post.categories | join: ", " | xml_escape }}", "url": " {{ post.url | remove_first: "/" | xml_escape }}", "content": {{ post.content | strip_html | replace_regex: "[\s/\n]+"," " | strip | jsonify }} } {% assign added = true %} {% endunless %} {% endif %} {% endfor %} }; </script> <script src="/js/lunr.min.js"></script> <script src="/js/search.js"></script>