Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
01K Regular
@01K · Joined 7 years ago · 130 posts · 26 topics · 9 reputation
Badges
Recent posts
-
Grav YouTube Plugin ignores options once placed into Gantry 5 HTML particle
· 5 years ago
The same has bee reproduced on a one-page website without Gantry 5 Just placed a shortcode in a frontmatter editor...
-
Grav YouTube Plugin ignores options once placed into Gantry 5 HTML particle
· 5 years ago
That's sad 😦
-
Grav YouTube Plugin ignores options once placed into Gantry 5 HTML particle
· 5 years ago
No one has tried this?
-
Grav YouTube Plugin ignores options once placed into Gantry 5 HTML particle
· 5 years ago
I've posted this issue on Gantry git and Grav Youtube plugin's git about a month ago, but still haven't received any answer. So, I will have a try to post it here. I don't know to which side this bug
-
New lazy loading in Grav 1.7
· 5 years ago
Thank you for the clarifications! I won't imagine what would be with the forum and CMS in general without your activity ;)
-
New lazy loading in Grav 1.7
· 5 years ago
Thank you for making a pull request! So, once the fix will be applied the system.images.defaults with lazy on will work out of the box?
-
New lazy loading in Grav 1.7
· 5 years ago
In upgrade doc it's written: Markdown: Added support for native loading=lazy attributes on images. Can be set in system.images.defaults or per md image with ?loading=lazy I've set lazy option in Confi
-
Archives - Translating the date
· 5 years ago
Thank you! This does work!
-
Archives - Translating the date
· 5 years ago
Yes, your example works. But problem is that I need to take a date from archives plugin, the default output looks like: {{ month|date(config.plugins.archives.date_display_format) }} So, the {{ 'GRAV.M
-
Archives - Translating the date
· 5 years ago
Yes, I've used this construction: {{ 'GRAV.MONTHS_OF_THE_YEAR'|ta(post.date|date('n') - 1) }} {{ post.date|date('d') }} Somewhere on GitHub I've found a comment, that GRAV.MONTHS_OF_THE_YEAR already d