Skip to content

Commit

Permalink
applying wmt release WMT Release 2019-04-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Beaver authored and mosabua committed Apr 26, 2019
1 parent 989b5af commit 1aaf8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.json
Expand Up @@ -3,12 +3,12 @@ layout: null
---
[{% for page in site.pages %}
{% if page.title != nil and page.searchindex != false %} {
"title": "{{ page.title | escape }}",
"title": "{{ page.title | escape_once }}",
"url": "{{ site.baseurl }}{{ page.url }}",
"content": "{{ page.content | strip_html | strip_newlines | remove_chars | escape }}"
},{% endif %}{% endfor %}
{% for post in site.posts %}{
"title": "{{ post.title | escape }}",
"title": "{{ post.title | escape_once }}",
"url": "{{ site.baseurl }}{{ post.url }}",
"date": "{{ post.date }}",
"content": "{{ post.content | strip_html | strip_newlines | remove_chars | escape }}"
Expand Down

0 comments on commit 1aaf8b2

Please sign in to comment.