Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Dynamic list of links
· 10 years ago
Hey, new to Grav - I'm looking to have a list of links that content editors can edit, stored as URL + Description, and have this list appear on every page of my Grav site. How would I go about doing t
-
Contact form and file upload - display images in data.{html|text}.twig
· 10 years ago
The default data.html.twig is a generic dump of the values saved. You already found out how to do it :)
-
Contact form and file upload - display images in data.{html|text}.twig
· 10 years ago
Ok, need to lunch as answer is obvious :) {% block field_value %} {% if field.type == "file" %} <ul> {% for item in form.v
-
Contact form and file upload - display images in data.{html|text}.twig
· 10 years ago
Hi, On a site I'm developping, I exepect a to allow user to submit form in which they upload images files. It works fine but for the result message or the email sent to user, I would like to display u
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
Thanks a lot for that precise explanation :)
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
To add the alt texts for the thumbnails, do this: In the frontmatter, add your alt texts like this images: - title: Proin sollicitudin at ipsum ut efficitur full: 01_full.jpg
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
the images are loaded within a lightbox
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
In the frontmatter it looks like: images: title: 'Photographie | Pasta' full: 01_full.jpg thumbnail: 01_thumbnail.jpg
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
At the moment I would like to add "alt" tags to the images. In the wiki it is explained for markdown, but at the big-picture theme the images are set in the front matter with YAML.
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
Obligatory link to the documentation Twig is a templating "language" used in the templates. You can also activate it and use it in individual pages, both front matter and content. The front matter of