Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Best practices
· 11 years ago
Could be! :)
-
Best practices
· 11 years ago
Is it something for your cookbook?
-
Best practices
· 11 years ago
Thank you so much!
-
Best practices
· 11 years ago
obviously i'm testing with some simple table html for clarity, you would need to adjust the html to whatever you needed.
-
Best practices
· 11 years ago
it works pretty much as i pointed out in the example: column.md: https://gist.github.com/rhukster/f310e9a6ed95c21e7a05 column.html.twig: https://gist.github.com/rhukster/21452e0db553d0e165a5 Result: h
-
Best practices
· 11 years ago
Sadly I can not get the loop to work. Only if you have time, could you please show me how the .twig should look like? My original .twig: {{ content }} <div class="row"> {% for feature in page.he
-
Best practices
· 11 years ago
exactly :) Content example here: https://github.com/getgrav/grav-plugin-lightslider/blob/develop/README.md#options Twig example here: https://github.com/getgrav/grav-plugin-lightslider/blob/develop/
-
Best practices
· 11 years ago
This sounds very good! So I just need "---" above the second and third heading in the .md and a .twig (I have seen "split" and "hr" in your .twig)?
-
Best practices
· 11 years ago
You could put some kind of divider in the content, then split the content into an array based on that divider, then loop over those items in the array. I've done something similar in the lightslider
-
Best practices
· 11 years ago
It was fun to get the layout how I want it to be! Layout If you don not mind I have some questions. My .md and .twig for the 3 columns are as follows: .md .twig Can I somehow loop through Markdown-hea