But apparently not.
M_FAVICON = ('favicon.ico', 'image/x-ico')
M_BLOG_FAVICON = ('favicon-blog.png', 'image/png')
+Arbitrary HTML content can be added at the end of the :html:`<head>` via the
+:py:`M_HTML_HEADER` option.
+
`Top navbar`_
-------------
{% endif %}
{% block extra %}
{% endblock extra %}
+ {% if M_HTML_HEADER %}
+ {{ M_HTML_HEADER|rtrim|indent(2) }}
+ {% endif %}
</head>
<body>
<header><nav id="navigation"{% if page and page.landing and page.cover %} class="m-navbar-landing"{% elif (page and page.cover) or (article and article.cover) %} class="m-navbar-cover"{% endif %}>
<meta property="og:url" content="features.html" />
<meta name="twitter:card" content="summary" />
<meta property="og:type" content="page" />
+ <!-- this is extra in the header -->
+ <!-- and more, indented -->
+ <!-- yes. -->
</head>
<body>
<header><nav id="navigation">
<meta property="og:url" content="guest-post-howto.html" />
<meta name="twitter:card" content="summary" />
<meta property="og:type" content="page" />
+ <!-- this is extra in the header -->
+ <!-- and more, indented -->
+ <!-- yes. -->
</head>
<body>
<header><nav id="navigation">
<meta property="og:url" content="./" />
<meta name="twitter:card" content="summary" />
<meta property="og:type" content="website" />
+ <!-- this is extra in the header -->
+ <!-- and more, indented -->
+ <!-- yes. -->
</head>
<body>
<header><nav id="navigation">
<meta property="og:url" content="showcase-requirements.html" />
<meta name="twitter:card" content="summary" />
<meta property="og:type" content="page" />
+ <!-- this is extra in the header -->
+ <!-- and more, indented -->
+ <!-- yes. -->
</head>
<body>
<header><nav id="navigation">
('', ''),
('GitHub', 'https://github.com/your-brand')],
# multiline to test indentation
+ 'M_HTML_HEADER': """<!-- this is extra in the header -->
+ <!-- and more, indented -->
+<!-- yes. -->""",
'M_FINE_PRINT': """
Your Brand. Copyright © `You <mailto:you@your.brand>`_, 2017.
All rights reserved.