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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Issues with "og:description" tag on pages that don't have summaries? · 10 years ago

    I was able to work around this by setting this in the headers for the pages that had the issue: summary: enabled: '1' format: short size: 1

  • Issues with "og:description" tag on pages that don't have summaries? · 10 years ago

    For additional information on it, none of my other opengraph meta tags cause any issue, only setting any of them to {{page.summary}} on non-blog-item pages.

  • Issues with "og:description" tag on pages that don't have summaries? · 10 years ago

    I'm using this line in my header in my base.html.twig to automatically pull in summaries for articles: "<meta name="og:description" property="og:description" content="{{ page.summary }}" /> ", b

  • Page blueprint problem · 10 years ago

    Well, I finally got it working (dunno what was wrong thouhg.)

  • Page blueprint problem · 10 years ago

    Nobody can help with that ?

  • Page blueprint problem · 10 years ago

    Hello, I am trying to build a blueprint for a FAQ page. I have followed the documentation but I do not see anything new (no tab) on the admin panel. Hère is my blueprint (located into the blueprints d

  • @self.items: Show only items of current language · 10 years ago

    you can filter out certain pages based on their language: {% for page in collection if page.language == 'de' %} ...output stuff... {% endfor %} This will ensure the output only displays the page only

  • @self.items: Show only items of current language · 10 years ago

    -I have a job listings page in /jobs. The job pages are e.g. /jobs/job1 -The default language is german -Some jobs have been translated to english I want, that when the active language is english, onl

  • Modular page · 10 years ago

    Thank you for your reply ! Oh really, the administration doesn't include order for modular page ? It's really wierd because normal pages can be ordered... ! I hope this feature will be added in the ne

  • Modular page · 10 years ago

    It may very well be that the order can not be set using the Administrator User Interface. I assume you already now how to set the order via the modular page frontmatter as described in Setting Up the