Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Are there plans to add og tags and rich snippets?
· 12 years ago
I guess I can see a couple options there. Metadata is doable for the header for sure, but some of the microdata, schema.org, markup seems like it might need its own approach. I guess if the focus of t
-
Are there plans to add og tags and rich snippets?
· 12 years ago
I actually think a metadata plugin might work out pretty well for us. It could replace some of the existing metatag stuff we have in the themes, and also allow the easy addition of ObjectGraph and ot
-
Are there plans to add og tags and rich snippets?
· 12 years ago
Actually the more I think of it the more I think it should be done by a plugin. There's really nothing theme specific here. Just need to think of the best way to inject these values into the template
-
Are there plans to add og tags and rich snippets?
· 12 years ago
I think added support for them is a good plan for Grav. That way you can use them if you wish to. However I don't want to automate these as that is too limiting and we have had trouble doing this in
-
Are there plans to add og tags and rich snippets?
· 12 years ago
Will "antimatter" have og tags and rich snippets added or is this something that should be added to a custom template? https://developers.facebook.com/docs/sharing/best-practices http://schema.org/doc
-
Hey buddies!
· 9 years ago
Thanks!
-
Hey buddies!
· 9 years ago
Hi, there is no built-in quiz editor plugin yet, but you can easily embed in a page a quiz created with a 3rd part service, like https://quizeditor.com/ or any other similar one.
-
Hey buddies!
· 9 years ago
I want to create site with a quiz and for wordpress there are some nice plugins. how about grav? do i really need to write a quiz in JS????
-
There is a way to do a "if condition" in MD page?
· 9 years ago
Thanks for the answer OleVik!
-
There is a way to do a "if condition" in MD page?
· 9 years ago
No, Markdown is pure text with simple formatting. You can do this in Twig through {% if var %} etc, and you can incorporate this Twig within Markdown-content by enabling it in the page's FrontMatter.