Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Can you guys give me Feedback to my Website? :)
· 9 years ago
Forgive my lack of understanding of German, I haven't read or spoke it for 12 years. A few thoughts: The font-color in the navigation-bar is too weak, there is a lack of contrast between it and the b
-
Can you guys give me Feedback to my Website? :)
· 9 years ago
http://kinetischersand.com/
-
Page Media link works on dev server but not on live host
· 9 years ago
Can someone please point me in the right direction? I'm using {{ page.media['theme://logo.svg'].html() }} in my base.html.twig file which works fine on my local testing setup but has no output on my l
-
Page Media link works on dev server but not on live host
· 9 years ago
Can someone please point me in the right direction? I'm using {{ page.media['theme://logo.svg'].html() }} in my base.html.twig file which works fine on my local testing setup but has no output on my l
-
Multi language Gantry page
· 9 years ago
The same problem here.
-
Multi language Gantry page
· 9 years ago
Hi all, I'm using Grav with Gantry 5. I support two languages. To be able to have language specific particles I copy all outlines, translate the particles and usually assign the outline to a page AND
-
Loop through taxonomy that has a space
· 9 years ago
{% set taxlist = 'Boat Filters' %} {% for tax in page.header.taxonomy[taxlist] %} This worked. Sorry to bother, not sure why I had a hard time with it.
-
Loop through taxonomy that has a space
· 9 years ago
I made the mistake of giving a taxonomy a name that has a space and I want to loop through the taxonomy to get the values. {% for tax in page.header.taxonomy.Boat Filter %} {{ tax ~ ' ' }} {% endfor %
-
Loop through taxonomy that has a space
· 9 years ago
I made the mistake of giving a taxonomy a name that has a space and I want to loop through the taxonomy to get the values. {% for tax in page.header.taxonomy.Boat Filter %} {{ tax ~ ' ' }} {% endfor %
-
NextSibling and Page Collections
· 9 years ago
Nevermind figured it out. Just forgot to change the category name to 'blog'.