Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Error on admin area after deployment
· 10 years ago
Thank you, yeah it turns out it could not communicate to the Grav site. I disabled updates anyways so the message doesn't come up.
-
Error on admin area after deployment
· 10 years ago
Looks like Grav cannot communicate to the Grav site to fetch updates. There can be various causes for this, see https://learn.getgrav.org/troubleshooting/common-problems#cannot-connect-to-the-gpm to s
-
Error on admin area after deployment
· 10 years ago
Screen Shot 2016-06-29 at 07 Hi there, I'm getting this error after deploying on Azure through a BitBucket repository using the tutorial posted on the Blog. Any ideas?
-
How to add stuff to <head> from a module twig
· 10 years ago
I have one more idea: If I could store and append an array of javascripts to the pages object from within a twig template, I could also loop through this array in the base.html.twig. Another possibili
-
How to add stuff to <head> from a module twig
· 10 years ago
Thank you so far! Of course I would prefer a standalone solution, but this is already a very good way to go. This even more as Admin 1.1 will probably be released soon. If you (or anyone else) can thi
-
How to add stuff to <head> from a module twig
· 10 years ago
I'm not aware but there could surely be one
-
How to add stuff to <head> from a module twig
· 10 years ago
Yes you can, see https://github.com/getgrav/grav-plugin-login/blob/develop/blueprints.yaml#L16-L18 - works in CLI only now, but in Admin 1.1 it will be available in Admin too. I'm not aware of a theme
-
How to add stuff to <head> from a module twig
· 10 years ago
@paulmassendari - I tried that too, doesn't work when the js is in the body @flaviocopes - I saw that plugin. However, I'd like to keep my theme general, so I can maybe release it for public use later
-
How to add stuff to <head> from a module twig
· 10 years ago
You're looking for https://github.com/getgrav/grav-plugin-assets/ ?
-
How to add stuff to <head> from a module twig
· 10 years ago
ohh, I see, but IIRC you can add the javascript in the body and it still works