Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Lost my admin password... how to recover it?
· 10 years ago
When I installed grab here, I have typed a password but since then, I have lost it :/ Is there a way to reset it or recover it ? Thank you.
-
Include a rendered page via pages.find
· 10 years ago
How to include images is well documented. Please read the sections on Image Linking and Media at learn.getgrav.org.
-
Include a rendered page via pages.find
· 10 years ago
like how ;)?
-
Include a rendered page via pages.find
· 10 years ago
Media must be explicitly included in the page markdown. Are you doing so?
-
Include a rendered page via pages.find
· 10 years ago
Hello rhukster, i'm trying to use your way of implementing the content. But he just renders the content. Grav is not considering the media I added to the page. Regards, Michael
-
Include a rendered page via pages.find
· 10 years ago
One option is you can include a twig template for that sidebar and pass in the content to it. {% include 'partials/sidebar.html.twig' with { content: pages.find('/sidebar').content() } %} ---
-
Include a rendered page via pages.find
· 10 years ago
Hi, in a twig template i want to include a special page: {{ pages.find('/sidebar').content }} But "content" only returns the raw content of that md file. How can I get the rendered content with it's r
-
Grav is inserting a "Pragma : no-cache" header which breaks mod_pagespeed
· 10 years ago
chuckles He did and I suggested he check here as well to see if others used mod_pagespeed :)
-
Grav is inserting a "Pragma : no-cache" header which breaks mod_pagespeed
· 10 years ago
I suggest to you to post an issue in github repo getgrav/grav
-
Grav is inserting a "Pragma : no-cache" header which breaks mod_pagespeed
· 10 years ago
I've found the issue and updates the issue on github. Here is what I found /system/src/Grav/Common/Grav.php line 133 has register_shutdown_function([$this, 'shutdown']); If you comment out this line m