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

  • How to let the system talk not in English? · 10 years ago

    Ok, in the meantime I've found the languages.yaml in the root folder of the antimatter theme. But how to translate the names of months is not solved yet.

  • How to let the system talk not in English? · 10 years ago

    Typically home pages of a blog shows widgets in the sidebar: for searching, popular tags, archive. As I run my site primarily in German I want to display them in German. In Antimatter these values are

  • Creating blog overview page - just images and titles · 10 years ago

    Thanks - though just to clarify, there's no way to access the image in the same fashion that I would get the url with {{child.url}} or the title with {{child.title}} in a {{for child in collection}} l

  • Creating blog overview page - just images and titles · 10 years ago

    you will need to create/modify/override the partial that you use. The blog_item.html.twig displays a summary with title/content. You could simply create a blog_miniview.html.twig or something, and u

  • Creating blog overview page - just images and titles · 10 years ago

    Sorry if this is a duplicate - I may have deleted my last post (its very late here). I'm trying to create a blog list / overview page containing just the titles of each blog post along with a thumbnai

  • Sharing on Facebook · 10 years ago

    Thanks flaviocopes

  • Sharing on Facebook · 10 years ago

    Thanks a lot

  • Sharing on Facebook · 10 years ago

    In a site of mine I did this: in [mytheme]/templates/partials/base.html.twig I added <meta name="og:url" property="og:url" content="https://mysite.com{{ page.url }}" /> <meta name="og

  • Sharing on Facebook · 10 years ago

    You can simply put your OG Metatags in the header of your markdown files https://learn.getgrav.org/content/headers#opengraph-metatag-examples . Otherwise you are also able to put your metatags right i

  • Sharing on Facebook · 10 years ago

    Thanks for your reply. But I would like to know which file(s) should I use?