Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Template "default.html.twig" is not defined ()
· 11 years ago
Thank you very much, I will try it!
-
Template "default.html.twig" is not defined ()
· 11 years ago
Do you have a theme installed? The theme must provide the appropriate template to render the page. If your page is called default.md, it will look for a template called templates/default.html.twig i
-
Template "default.html.twig" is not defined ()
· 11 years ago
Today I tried my first page with the Learn Gravs Theme-Tutorial "Bootstrap", but I got this error-messsage when I tried to load it.
-
Modular subpages
· 11 years ago
Especially with modular pages, clearing cache is important :) I usually turn off cache during development stages.
-
Modular subpages
· 11 years ago
Hmmm, I think everything works Always remember: bin/grav clear-cache
-
Modular subpages
· 11 years ago
Yes, I try if I understand correctly: I have identical modular.html.twig for 01.home and 02.offer/01.books {% for module in page.collection() %} {{ module.content }} {% endfor %} 01.home is Ok, but 02
-
Modular subpages
· 11 years ago
I'm not sure I've ever tried. Did you try it?
-
Modular subpages
· 11 years ago
Hello, Zrzut This is my pages tree Is it possible to take advantage of the modular as subpages
-
Is a modular blog possible
· 11 years ago
I think it should link to the parent though if it finds a result in a modular page, that would be expected.
-
Is a modular blog possible
· 11 years ago
Thank you rhukster for the explanation. If I don't put the taxonomy:category, it will never be part of search results. But in some way I feel like simplesearch should be able to search in a modular pa