Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Inorder to achieve this you need to use **craft.Navigation.getRawNav(MenuName)**
This will let you build your own HTML menu with Twig Macros.

Sample custom menu:

```twig
{% import _self as macros %}
{% macro menu(node,menuId) %}
{% import _self as macros %}
Expand Down Expand Up @@ -113,6 +113,6 @@ Sample custom menu:
{% else %}
{% endif %}
</ul>

```

Brought to you by [Fatfish](https://fatfish.com.au)