Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

- Member

@ehllo · Joined 9 years ago · 16 posts · 0 topics · 0 reputation

Badges

✏️ First Post

Recent posts

  • Getting Image Alt · 9 years ago

    Hi zoidberg, you can use the metafile(there is also an example for alt-text in the docs): https://learn.getgrav.org/content/media#metafiles

  • Markdown compilation issue with unordered lists · 9 years ago

    grav seems to use parsedown. i found this: https://github.com/erusev/parsedown/issues/427 - still open

  • Displaying List Data · 9 years ago

    Hey Dan, i dont test your stuff, but this should work. **Here’s part my YAML:** header.customer_videos: ordering@: 10 type: list collapsed: true label: Videos fields: .vi

  • Exclude modular from collection · 9 years ago

    Hey npetri, try to test it with '@self.modular' https://learn.getgrav.org/content/collections#summary-of-collection-options

  • Markdown compilation issue with unordered lists · 9 years ago

    Hi SimpleByDesign, i assume it happens because of the missing last "Line Break"(which results in the p-tag) in this list.

  • Collect all lowest level descendants · 9 years ago

    Hi jego, try this, it should work: {% for p in page.collection %} {% if loop.index > 2 %} ... {% endif %} {% endfor %} with the loop.index > "Number" you actually set the index you want sho