Ashwin Maroli

Results 558 comments of Ashwin Maroli

Hello @me-and, this HTML page is actually the layout for generated redirect pages. Therefore, `page.lang` will always be _undefined_ or _null_ leading to unnecessary calls to the Liquid filter `default`....

Unfortunately yes, you have misunderstood the markup here. The generated redirect page(s) simply render an unstyled **`Redirecting...`** which is in `en-US` locale (or `en` lang). So, if we were to...

I agree with @CookiePLMonster here. It would be better to use the `last_modified_at` attribute here for party between generated feed and SEO markup.

The specific problem (as far as `jekyll-seo-tag` and this issue ticket) is that `jekyll-seo-tag` considers all resources with `date` metadata (i.e. `data["date"] != nil || false`) as an `"article"` even...

Hello @ffes, We're aware of this situation and have consciously refrained from including the gem as part of Jekyll 4.4. Technically, the solution is to have the gem included in...

Hello @johnaweiss. Your template doesn't account for the shape of data correctly. Let's say `"data"` holds the given data. Then your template (to render all info) would be: ``` {%...

You're once again confusing between data structures. JS objects `{ key: value, name: 'John' }` are Hash instances `{ "key" => "value", "name" => "John" }` in Ruby. When Ruby...

> Liquid structures are JS objects are equivalent to Ruby Hashes, correct? Not at all. Regardless, let's drop that discussion. > use text-key to retrieve.. Yes, we can either use...

Hello @ain, this repository is not dead yet, just got overlooked due to lack of pings from contributors, signalling either _stability_ of last release or drop in usage of this...