Skip to content
Snippets Groups Projects
Commit 1861ff90 authored by Nuno Alexandre's avatar Nuno Alexandre Committed by Alec Theriault
Browse files

Place the package name before the menu links

This supports the expected responsive menu design, where the
package name appears above the menu links.
parent 6a7c5fef
No related branches found
No related tags found
No related merge requests found
......@@ -178,13 +178,13 @@ bodyHtml doctitle iface
pageContent =
body << [
divPackageHeader << [
nonEmptySectionName << doctitle,
unordList (catMaybes [
srcButton maybe_source_url iface,
wikiButton maybe_wiki_url (ifaceMod <$> iface),
contentsButton maybe_contents_url,
indexButton maybe_index_url])
! [theclass "links", identifier "page-menu"],
nonEmptySectionName << doctitle
! [theclass "links", identifier "page-menu"]
],
divContent << pageContent,
divFooter << paragraph << (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment