<?xml version="1.0"?>
<!--
/*
 * This is the default layout for all WordPress content
 *
 */
-->
<!-- @DO - change layout from 2columns-left -->
<page layout="2columns-right" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <!-- @DO - move to less file in theme -->
    <head>
        <remove src="FishPig_WordPress::css/wordpress.css"/>
    </head>
    <body>
        <attribute name="class" value="is-blog" />
    </body>
</page>
