amp_blog_default.xml 810 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <page layout="pramp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  11. <body>
  12. <referenceBlock name="ampcss">
  13. <block class="Plumrocket\Amp\Block\Page\Head\Style" name="ampcss.blog" as="ampcss.blog.default" template="Magefan_Blog::amp/head/css/blog_default.phtml"/>
  14. </referenceBlock>
  15. <move element="blog.sidebar" destination="amp.content" />
  16. <referenceBlock name="blog.sidebar.search" remove="true" />
  17. </body>
  18. </page>