Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Lingonberry theme released
· 11 years ago
Another question to Lingonberry: I didn't get RelatedPages to work with Lingonberry. I installed the Grav-admin package and afterwords I added the Lingonberry theme as well as the pages from the Lingo
-
Lingonberry theme released
· 11 years ago
I recently installed Grav and now I'm playing around with it. So I decided for Lingonberry as a theme for a personal journal. I like Grav and Lingonberry as well. One thing I didn't manage so far is
-
Lingonberry theme released
· 11 years ago
Lingonberry - clean and simple theme for bloggers, with responsive design and beautiful typography. Features custom post formats, post slideshows and more. Demo: http://demo.getgrav.org/lingonberry-sk
-
Incorrect form.md in Twentyfifteen skeleton
· 11 years ago
Thanks for the reply !
-
Incorrect form.md in Twentyfifteen skeleton
· 11 years ago
Hi Bruno, I think the logic is "send the email to the site owner", in which case config.plugins.email.from and config.plugins.email.to can be equivalent. That is just an example, but yes, maybe .to is
-
Incorrect form.md in Twentyfifteen skeleton
· 11 years ago
Hello In the file form.md, the lines to: "{{ config.plugins.email.from }}" "{{ form.value.email }}" should be to: "{{ config.plugins.email.to }}" "{{ form.value.email }}" it took me some time to fig
-
Lazyload image or how to setup custom data-src and classes with tiwg?
· 11 years ago
Hey! I recently used lazysizes on a project. Here's some shortened code snippet form one of my templates. -``` {% set images = page.media.images %} {% for image in images %} <figure class="col">
-
Lazyload image or how to setup custom data-src and classes with tiwg?
· 11 years ago
It's currently not possible to change how the media is output. This is done by the Parsedown library that takes the markdown syntax and converts it into the appropriate HTML. Currently this code exi
-
Lazyload image or how to setup custom data-src and classes with tiwg?
· 11 years ago
Hi, I want to use https://www.npmjs.com/package/lazysizes to lazyload heading and thumbnail images, however I cannot find how to properly change media markup in twig templates. Can anyone help me out?
-
How to properly load js files in the footer?
· 11 years ago
Thanks works like a charm :)