_layouts/xyzpages.html in word-games-theme-1.8.5 vs _layouts/xyzpages.html in word-games-theme-1.8.6
- old
+ new
@@ -86,30 +86,26 @@
</style>
<body>
{%- include header/index.html -%}
- <div id="ezoic-pub-ad-placeholder-109"> </div>
- <div id="ezoic-pub-ad-placeholder-110"> </div>
-
-
{%- include xyzpages/xyz.html -%}
{% include section/feature.html %}
{%- if dataToShow.faqList -%}
{%- if dataToShow.faqList.first.Question !='' -%}
- {% include section/news.html %}
+ {% include section/faq.html %}
{% endif %}
{% endif %}
-
{%- include share/socialshare.html -%}
{% include adBlocker/adBlocker.html %}
{% include xyzpages/xyzFooter.html %}
+ <script defer src="/assets/js/xyz.js"></script>
{%- include script.html -%}
</body>
</html>
\ No newline at end of file