From a56456777eccb45f499a8ef554e20f5296933df2 Mon Sep 17 00:00:00 2001 From: jlabs Date: Tue, 9 Feb 2021 10:47:13 +0000 Subject: [PATCH] Block formatting Added the code block formatting to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0431ffc..7eacb95 100644 --- a/README.md +++ b/README.md @@ -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 %} @@ -113,6 +113,6 @@ Sample custom menu: {% else %} {% endif %} - +``` Brought to you by [Fatfish](https://fatfish.com.au)