File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sitemap: false
99 {
1010 "title" : {{ article.title | jsonify }},
1111 "url" : " https://www.dynamsoft.com{{ article.url | relative_url }}" ,
12- "content" : {{ article.content | strip_html | jsonify }},
12+ "content" : {{ article.content | strip_html | html_decode | jsonify }},
1313 "breadcrumb" : {{ article.breadcrumbText | default: article.title | jsonify }}
1414 }{% unless forloop.last % },{% endunless % }
1515 {% endfor % }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sitemap: false
88 {
99 "title" : {{ article.title | jsonify }},
1010 "url" : " https://www.dynamsoft.com{{ article.url | relative_url }}" ,
11- "content" : {{ article.content | strip_html | jsonify }},
11+ "content" : {{ article.content | strip_html | html_decode | jsonify }},
1212 "breadcrumb" : {{ article.breadcrumbText | default: article.title | jsonify }}
1313 }{% unless forloop.last % },{% endunless % }
1414 {% endfor % }
You can’t perform that action at this time.
0 commit comments