Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix author field as generated by s9y_database #420

Closed
isotopp opened this issue Sep 6, 2019 · 1 comment
Closed

Fix author field as generated by s9y_database #420

isotopp opened this issue Sep 6, 2019 · 1 comment

Comments

@isotopp
Copy link
Contributor

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.

Fix in #419

@jekyll jekyll deleted a comment from Dioda77 Jan 12, 2021
@ashmaroli
Copy link
Member

Resolved via #419

@jekyll jekyll locked and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants
@DirtyF @isotopp @jekyllbot @ashmaroli and others