`Navbar links`_ for more information.
:ini:`M_LINKS_NAVBAR2` Right navbar column links. See
`Navbar links`_ for more information.
+:ini:`M_HTML_HEADER` HTML code to put at the end of the
+ :html:`<head>` element. Useful for linking
+ arbitrary JavaScript code or, for example,
+ adding :html:`<link>` CSS stylesheets with
+ additional properties and IDs that are
+ otherwise not possible with just
+ :ini:`HTML_EXTRA_STYLESHEET`
:ini:`M_PAGE_HEADER` HTML code to put at the top of every page.
Useful for example to link to different
versions of the same documentation. The
##! M_LINKS_NAVBAR2 = "pages pages annotated"
##! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:mcss.mosra.cz+{}"
##! M_SEARCH_HELP = "Some <em>help</em>."
+##! M_HTML_HEADER = "<!-- this is extra in the header -->" \
+##! " <!-- and more, indented -->" \
+##! "<!-- yes. -->"
<link rel="icon" href="favicon-light.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="00ffff" />
+ <!-- this is extra in the header -->
+ <!-- and more, indented -->
+ <!-- yes. -->
</head>
<body>
<header><nav id="navigation">