_includes/head/index.html in word-games-theme-0.6.0 vs _includes/head/index.html in word-games-theme-0.6.1

- old
+ new

@@ -72,21 +72,21 @@ "@type": "FAQPage", "mainEntity": [ {%- for item in dataToShow.faqList-%} {%- if forloop.last == true -%} {"@type": "Question", - "name": "{{item.Question}}", + "name": "{{item.Question | replace:'"', "'"}}", "acceptedAnswer": { "@type": "Answer", - "text": "{{item.Answer}}" + "text": "{{item.Answer | replace:'"', "'"}}" } } {%- else -%} {"@type": "Question", - "name": "{{item.Question}}", + "name": "{{item.Question | replace:'"', "'"}}", "acceptedAnswer": { "@type": "Answer", - "text": "{{item.Answer}}" + "text": "{{item.Answer | replace:'"', "'"}}" } }, {%- endif -%} {%- endfor -%} ] \ No newline at end of file