Skip to content

Conversation

@isotopp
Copy link
Contributor

@isotopp isotopp commented Sep 6, 2019

Using the minima template, data[author] is supposed to be a string scala, but the conversion turns it into a map of displayname, author_login and author_email. author_login and author_email are also stored as separate scalar attributes. The fix turns data[author] into a string scalar field of displayname, fixing the display of the author name in the minima template.

Using the minima template, data[author] is supposed to be a string scala, but the conversion turns it into a map of displayname, author_login and author_email. author_login and author_email are also stored as separate scalar attributes. The fix turns data[author] into a string scalar field of displayname, fixing the display of the author name in the minima template.
Copy link
Member

@DirtyF DirtyF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me.

@DirtyF DirtyF requested a review from a team September 6, 2019 17:44
@DirtyF DirtyF added the fix label Sep 6, 2019
@parkr
Copy link
Member

parkr commented Nov 4, 2019

There was a push to migrate away from the scalar author field and to a hash. I wonder how feasible that is, for example if it’s not backwards compatible then GitHub Pages can’t upgrade.

@ashmaroli
Copy link
Member

if it’s not backwards compatible then GitHub Pages can’t upgrade

@parkr This plugin is not bundled with github-pages, but it is a "blessed gem" for Jekyll. Is that cause of your concern?

@parkr
Copy link
Member

parkr commented Nov 4, 2019

@ashmaroli I was more thinking about the minima gem!

@ashmaroli
Copy link
Member

I was more thinking about the minima gem!

I see.. But Minima doesn't care about author in a document's front matter or data hash, just the author in the config file..

@parkr
Copy link
Member

parkr commented Apr 24, 2021

@jekyllbot: merge +fix

@jekyllbot jekyllbot merged commit 24012ee into jekyll:master Apr 24, 2021
@jekyllbot jekyllbot added the bug label Apr 24, 2021
jekyllbot added a commit that referenced this pull request Apr 24, 2021
@isotopp isotopp deleted the s9y_database-authorfix branch April 30, 2021 13:32
@jekyll jekyll locked and limited conversation to collaborators Apr 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants