accidentially deleted some files

This commit is contained in:
tomjohnson1492
2016-09-04 21:34:45 -07:00
parent 2e91f80213
commit 4fb0c7d6a7
5 changed files with 172 additions and 60 deletions

View File

@ -2,16 +2,16 @@
layout: none
search: exclude
---
hello
{
"entries":
[
{% for page in site.tooltips %}
{% if page.product == "mydoc" %}
{
"id" : "{{ page.id }}",
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
} {% unless forloop.last %},{% endunless %}
{% endif %}
{% endfor %}
]
}