Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Embedding D3 graphics in GRAV site
· 11 years ago
Hello, I am so impressed by Grav that I have started migrating several sites (Wordpress and Textpattern) to Grav. I would like to know how best to embed SVG graphics created with Mike Bostock's wonder
-
Brand new to Grav - displaying all images question
· 11 years ago
Something like this: <ul> {% for image in page.media.images %} <li> <h2>{{ image.get('filename') }}</h2> {{ image.cropResize(75,75).html }} <
-
Brand new to Grav - displaying all images question
· 11 years ago
Hi - would appreciate some help - am trying to extend the Blog starter theme - by adding more images to the blog post detail page - under the text content. Could someone show/explain the code needed t
-
W3c validation fail : blog-skeleton
· 11 years ago
Ok, thanks Andy, that's what I should have looked for in the first place.
-
W3c validation fail : blog-skeleton
· 11 years ago
Just have to add an alt attribute to the <img> tag in the Twig template then.
-
W3c validation fail : blog-skeleton
· 11 years ago
Hi, I also noticed that. Post images (those that you just put in the post folder) don't come with the ability to add alt text. Or maybe I am just too much of a templating noob)
-
W3c validation fail : blog-skeleton
· 11 years ago
Regarding the alt, it could be how you have your images:  = no alt  "my alt" = alt Regarding the paragraph tags, it could well be the newlines or lack thereorf be
-
W3c validation fail : blog-skeleton
· 11 years ago
My website fail to the w3c validation test. It appears that the skeleton have the same behavior. Here the test links : blog-skeleton w3c test refletsdart.fr w3c test Would you have some recommendation
-
Embed form after blog post
· 11 years ago
Two options. Add a twig include on the blog_item twig template that renders the post Look at the new pageinject plugin to add it via your content
-
Embed form after blog post
· 11 years ago
Hi, I was trying to add a feedback form (such as simple-form) below each post in full view. I understood how to do this on the modular Antimatter theme but I couldn't find the right spot to put the ne