Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created October 19, 2016 08:45
Show Gist options
  • Save timneutkens/e26301c4578ebf09f264c9f4bcf824b2 to your computer and use it in GitHub Desktop.
Save timneutkens/e26301c4578ebf09f264c9f4bcf824b2 to your computer and use it in GitHub Desktop.
Add block to <head> Magento 2
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="head.additional">
<!-- Your block -->
</referenceBlock>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment