Recent Posts

    Authors

    Published

    Tag Cloud

    How to add unsupported attributes to a page?

    Any attribute can be added to the generated page header via the xml configuration

    The XML is in the form

    <page>
    <head>
    <meta name="viewport" content="width=device-width"/>
    </head>
    </page>

    All child elements of the "head" element will be included in the generated page.

    Page XML