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