Move main menu to top of menus
This commit is contained in:
parent
7eafd33208
commit
f6f3100684
3 changed files with 10 additions and 13 deletions
|
@ -45,14 +45,13 @@
|
|||
</f:section>
|
||||
|
||||
<f:section name="Aside">
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
|
||||
{f:render(section: 'TableOfContent', arguments: {
|
||||
pageContent: pageContent
|
||||
})}
|
||||
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
</f:section>
|
||||
|
||||
<f:section name="TableOfContent">
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
</f:section>
|
||||
|
||||
<f:section name="Aside">
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
|
||||
<details open>
|
||||
<summary>
|
||||
<h2>Blog Posts by</h2>
|
||||
|
@ -23,9 +27,5 @@
|
|||
topics: allTopics
|
||||
})}
|
||||
</details>
|
||||
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
</f:section>
|
||||
</html>
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
</f:section>
|
||||
|
||||
<f:section name="Aside">
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
|
||||
{f:render(section: 'Breadcrumb', arguments: {
|
||||
breadcrumb: rootline
|
||||
|
@ -20,11 +23,6 @@
|
|||
{f:render(section: 'TableOfContent', arguments: {
|
||||
pageContent: pageContent
|
||||
})}
|
||||
|
||||
{f:render(partial: 'MainMenu', arguments: {
|
||||
pages: mainMenu.0.children
|
||||
})}
|
||||
|
||||
</f:section>
|
||||
|
||||
<f:section name="Breadcrumb">
|
||||
|
|
Loading…
Reference in a new issue