Ashwin Maroli
Ashwin Maroli
`data` object of archive pages do not fall back to front matter defaults via Ruby API (via use of `data.default_proc` in `Page` and `Document` objects). Should they??
`Attachment` doesn't take on the `permalink_template` of parent-post to avoid having to _process_ the value to play nicely with attachment filenames. For example, with `/:categories/:title/`, Jekyll has to replace `:title/`...
I understand the sentiment behind co-located attachment files and removing the need for shenanigans with Liquid tags and filters. I will think about this some more. I don't have any...
Preview at: https://deploy-preview-9810--jekyllrb.netlify.app/docs/liquid/tags/#marking-specific-lines
Not sure if this is to be classified as a `bug-fix` or an `enhancement`. (The new classes are `private` constants).
Hello @hsandt, the HEAD of `minima:master` has moved onto using Font Awesome library to render social platform icons. While you're free to continue using the theme at the commit you...
I recommend @SoumyaK4 's workaround until a new patched version of the frontend ships.
Hello @chaoscommencer, thank you for submitting this pull request. However, this is a *non-backwards compatible* change and therefore not within the scope of the 2.x series. However, this change isn't...
@UlyssesZh, I used the clause **may migrate** in the comment you have linked to. However, my concern with going forwards with changes in this branch is not just about **breaking...
Have you tried the following in order to silence deprecations?: ```yaml # in _config.yml sass: quiet_deps: true ```