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

  • Sharing on Facebook · 10 years ago

    You need to set up OpenGraph correctly.

  • Sharing on Facebook · 10 years ago

    I would like to ask how to capture the photos with the description and blog title on facebook? When I copy the URL of passage. It shows the address only.

  • Page blueprint save admin · 10 years ago

    Yeah, maybe that's it, i am not sure, but I gonna give that admin section to other people and thats ,quite problematic, explaining them the problem { which in fact, is no problem at all =D } . Otherw

  • Page blueprint save admin · 10 years ago

    Check to make sure your browser is not auto-completing a field (yellow background in chrome). This will trigger that unsaved changes notification.

  • Page blueprint save admin · 10 years ago

    I have the same problem on some instance. I will look more into it too.

  • Page blueprint save admin · 10 years ago

    when I edit page based on custom blueprint, save afterwards and trying to "get out" of the page, the "unsaved changes" dialog window still appears ... any advice? page is saved correctly, but i need t

  • Render Variables in Frontmatter Header · 10 years ago

    @paulmassendari: Thanks, that's working!

  • Render Variables in Frontmatter Header · 10 years ago

    I don't know if it's a typo, but you forgot the : between 'og:image' and '{{ page.media['title_image'].url }}' This below should work: 'og:image' : '{{ page.media['title_image'].url }}' Btw, I noticed

  • Render Variables in Frontmatter Header · 10 years ago

    You still have the problem with the internal quotes. You still need to alternate single and double quotes. There are numerous online YAML validators. Try copying your header into one of those and make

  • Render Variables in Frontmatter Header · 10 years ago

    Is title_image the full filename of your image or does it have a filename extension such as .png? If so you need to specify page.media["title_image.png"].