jsonify
This commit is contained in:
parent
c41e9df446
commit
cefd4765f7
1 changed files with 2 additions and 2 deletions
4
env.js
4
env.js
|
@ -24,6 +24,6 @@ window.site = {
|
||||||
{%- capture results %}{% include_relative assets/templates/results.html %}{% endcapture -%}
|
{%- capture results %}{% include_relative assets/templates/results.html %}{% endcapture -%}
|
||||||
|
|
||||||
window.templates = {
|
window.templates = {
|
||||||
"alert": {{ alert | markdownify }},
|
"alert": {{ alert | jsonify }},
|
||||||
"results": {{ results | markdownify }},
|
"results": {{ results | jsonify }},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue