Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Struggling to get values from an array
· 10 years ago
Hi, thanks that works and now I understand it, why it works. However what variable name am I using for two different things? and why wouldn't the 'dl' variable work the same as any variable name?
-
Struggling to get values from an array
· 10 years ago
Why are you using the same variable name for two different things? {% for download in page.header.downloads %} {% for item in download.dl %} <a href="{{ item.path }}" class="item">{{ downl
-
Struggling to get values from an array
· 10 years ago
Hi, I have an array and I can't work out how to get the values properly: downloads: - text: 'Annual Implementation Plan' dl: user/pages/02.our-school/06.documentation/f
-
Use jQuery .load() with twig
· 10 years ago
You'd need to load the resulting processed file, not the Twig-template. In any regard, lazy-loading many images is good practice.
-
Use jQuery .load() with twig
· 10 years ago
Thanks! When I load a twig file with jQuery, the variables do not get rendered, they just appear as {{ some.variable}} . Is there a way to fix that? In case there isn't, I'll work my way around by laz
-
Use jQuery .load() with twig
· 10 years ago
Technically you can do that same thing with Grav. Twig is not a substitute for jQuery/javascript. As you start out, you can freely load your .html file as you're doing now, and then look at nicer sol
-
Use jQuery .load() with twig
· 10 years ago
First of all, I'm a total noob in Grav, twig and yaml. I'm trying to convert my website into a Grav-template (for personal use). In the site I had a portfolio section in which the projects loaded on c
-
Environment configuration
· 10 years ago
Turn on the debugger, it will show you what the current configuration is in the messages tab: https://dl.dropboxusercontent.com/s/nzaryieepzc24qt/2016-11-08%20at%202.30%20PM.png
-
Environment configuration
· 10 years ago
Hello all! I am a beginner with regards to Grav so forgive me if this is a silly question. I am interesting in taking advantage of the environment configuration feature whereby you can have alternate
-
Using grav as back-end, need parser in custom front-end
· 10 years ago
Hello Perlkönig, I've made it seperate as we've chosen to use GRAV later on to manage the content. Thanks for letting me know, I'll expand my own parser to process the things i need. Thanks for helpin