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.

Aaron Dalton Regular

@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • "Knowledge Base" skeleton broken · 4 years ago

    The theme expects your pages to be laid out in a certain way. The skeleton repo shows you how. There may be fundamental issues with the Twig under 1.7. You'll have to rely on the community to ferret t

  • "Knowledge Base" skeleton broken · 4 years ago

    I'm sorry, but I don't actively follow Grav anymore. As much as I'd like to say that I'll make some time to try to bring this theme and my many plugins over to 1.7, the reality is that I simply can't.

  • Output todays date · 6 years ago

    https://learn.getgrav.org/16/cookbook/twig-recipes when using within pages make sure you add following configuration to the page header: twig_first: true process: twig: true

  • Output todays date · 6 years ago

    https://twig.symfony.com/doc/2.x/filters/date.html {{ "now"|date("m/d/Y") }}

  • Table-import manipulation · 7 years ago

    Doh! Sorry about that! I must have copied that from some other plugin. I'll fix that as soon as I can.

  • Table-import manipulation · 7 years ago

    The docs will show you your error. It needs to be imports: 'user://data/filename.yaml'

  • Table-import manipulation · 7 years ago

    The Table Importer plugin is too specific. It is designed only to build HTML tables from various input files. You need something more generic. I also have the basic Import plugin (GitHub is apparently

  • Mixing standard content and dynamic content within a page · 7 years ago

    As the link I posted shows, you have to create multiple collections and then use the methods (described further down the page) to combine them in whatever way you want. For an "OR" condition, use Coll

  • How to display blog list in modular page? · 7 years ago

    Have you read the material on page collections?

  • Mixing standard content and dynamic content within a page · 7 years ago

    What you want are page collections, of which you can have more than one. The link below takes you to the Multiple Collections section, but you should familiarize yourself with the whole page. https://