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 "title" : {{ post.title | jsonify }},
1010 "link" : " {{ site.url }}{{ post.url }}" ,
1111 "excerpt" : " {{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once | remove: '\[ ' | remove: '\] ' | remove: '\( ' | remove: '\) ' }}" ,
12- "tags" : " {{ post.tags }}"
12+ "tags" : " {{ post.tags | markdownify | strip_html | strip_newlines | escape_once | remove: ' \[ ' | remove: ' \] ' | remove: ' \( ' | remove: ' \) ' }}"
1313 }
1414 {% endif % }
1515{% endfor % }
@@ -20,7 +20,7 @@ sitemap: false
2020 "title" : {{ page.title | jsonify }},
2121 "link" : " {{ site.url }}{{ page.url | replace: 'index.html', '' }}" ,
2222 "excerpt" : " {{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}" ,
23- "tags" : " {{ post.tags }}"
23+ "tags" : " {{ post.tags | markdownify | strip_html | strip_newlines | escape_once | remove: ' \[ ' | remove: ' \] ' | remove: ' \( ' | remove: ' \) ' }}"
2424
2525 }
2626 {%endif% }
You can’t perform that action at this time.
0 commit comments