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

  • Problem with non-english language · 12 years ago

    Hello, i 'm facing a weird problem with greek characters (Greek is the main language for my site). Content written with greek letters gets compiled and rendered in html with the opposite of the defaul

  • Image metadata file · 12 years ago

    Perfect, Andy, works a treat – playing about with the blog skeleton for my eldest's site and nearly done. The skeleton makes life very easy and helps to familiarise with Grav for a bigger project. Wil

  • Image metadata file · 12 years ago

    Ok, just ran a quick test. First I have a file called sample-image.jpg, so I created a file called sample-image.jpg.meta.yaml and in that file I put: alt_text: My Alt Text width: 900px description: A

  • Image metadata file · 12 years ago

    Let me test something...

  • Image metadata file · 12 years ago

    Thanks but need to do this in a template with Twig. Guess I could name the file with the caption I want - is there a function that returns just the name of the media item or I guess I could just use p

  • Image metadata file · 12 years ago

    I admit they are a weak with that because the .yaml is not fully fleshed out and supported yet. However, there is an easier solution. Simply use the Markdown image format to provide the Alt text: ![

  • Image metadata file · 12 years ago

    Looking to provide a caption for image files in a post, I tried using the documented an_image.jpg.meta.yaml. But having trouble accessing a field in the header or determining the exact structure of th

  • Images in markdown · 12 years ago

    Thanks :)!

  • Images in markdown · 12 years ago

    {{ page.header.title }} will display the title of the page

  • Images in markdown · 12 years ago

    Are there any page variables that can grab the page title to use it in the page itself?