Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Hide `Home` from navigation
· 9 years ago
nevermind... looks like all I should do is to add a 'visibility: false' line in the pages' frontmatter.
-
Hide `Home` from navigation
· 9 years ago
Any other solution for @yscompton's problem? Hiding the active is not possible for me as I want to hide home from all pages. The twig code I'm working with is basically same as @yscompton's. <ul c
-
Hide `Home` from navigation
· 11 years ago
So simple, thanks so much!
-
Hide `Home` from navigation
· 11 years ago
One way to do it would be to edit your css for the .active class so to hide it display:none for example.
-
Hide `Home` from navigation
· 11 years ago
Extremely new to this. How would I implement this logic to hide the current page from the navigation? including a screenshot of twig I’m working with Screen Shot 2015-10-30 at 12 Any help deeply appr
-
Hide `Home` from navigation
· 11 years ago
Just put some simple twig logic in the code that outputs the menu: {% if not page.home %} .. display menu item .. {% endif %} Something like that.
-
Hide `Home` from navigation
· 11 years ago
I'm using the woo template for testing and would like to make my woo template to look like how it is in the template maker's own site: http://www.styleshout.com/demo/?theme=woo I mean not having a hom
-
Announcing a new plugin: Editable
· 9 years ago
Thanks Janne. I will submit the plugin to be added to the plugin resources on the Grav website which will increase it's visibility. However the plugin is still in test. But thing are looking good so
-
Announcing a new plugin: Editable
· 9 years ago
Just wanted to bump this so more people see the plugin :)
-
Announcing a new plugin: Editable
· 10 years ago
♪ Great! Thank you ☆