Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Marcus Marcus Newcomer
@md81 · Joined 6 years ago · 5 posts · 1 topics · 0 reputation
Badges
Recent posts
-
TWIG: Display/Access module from modular in a non-modular page
· 6 years ago
Ok, I got it. Funny that it took me quite a lot of time to find out, that the solution already has been documented in the cookbook!: https://learn.getgrav.org/16/cookbook/general-recipes#reuse-page-or
-
TWIG: Display/Access module from modular in a non-modular page
· 6 years ago
Yes, exactly. Footer is editable module
-
TWIG: Display/Access module from modular in a non-modular page
· 6 years ago
Sorry, my fault. I wasn’t detailed enough. The Module Footer (which is part of modular Home) should be visible all site. Pages structure: 01.home (modular) — 01._hero — 02._main — 03._footer -> t
-
TWIG: Display/Access module from modular in a non-modular page
· 6 years ago
Hey 👋🏼 First of all, thank you. Simply including the file would include also the {{ page.content }} … defined in footer twig, but grabbing the page content of the current page (02.legal) That’s my pr
-
TWIG: Display/Access module from modular in a non-modular page
· 6 years ago
Dear community, in Twig, how is it possible to display a module (footer) from a modular page (home) inside of all parent pages (e. g. legal) pages 01.home (modular) --- 01._hero --- 02._main --- 03._