Operating System
Debian 11
Ruby Version
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
Jekyll Version
Jekyll 4.3.0
GitHub Pages Version
Latest
Expected Behavior
If a collection declare the name attribute its document front matter, the attribute value should be rendered in the templates that are referencing this attribute.
Current Behavior
When referencing the name attribute, the markdown filename is rendered instead of the attribute value. Other attributes are rendered as expected.
Relevant log output
No response
Code Sample
On main branch (Jekyll 4.2.2) everything works fine :
On jekyll-4.3.0 branch (Jekyll 4.3.0) name attributes are not rendered as expected :
Operating System
Debian 11
Ruby Version
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
Jekyll Version
Jekyll 4.3.0
GitHub Pages Version
Latest
Expected Behavior
If a collection declare the
nameattribute its document front matter, the attribute value should be rendered in the templates that are referencing this attribute.Current Behavior
When referencing the
nameattribute, the markdown filename is rendered instead of the attribute value. Other attributes are rendered as expected.Relevant log output
No response
Code Sample
On
mainbranch (Jekyll 4.2.2) everything works fine :bundle install)bundle exec jekyll serve --livereload --tracenamespecified in the metadata (such asAntonio Goncalves)On
jekyll-4.3.0branch (Jekyll 4.3.0)nameattributes are not rendered as expected :jekyll-4.3.0branchbundle install)bundle exec jekyll serve --livereload --traceAntonioGoncalves.md)