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

GFM plugin does not generate correct metadata classes #62

Open
sebbASF opened this issue Jun 11, 2023 · 0 comments · May be fixed by #75
Open

GFM plugin does not generate correct metadata classes #62

sebbASF opened this issue Jun 11, 2023 · 0 comments · May be fixed by #75
Labels
bug Something isn't working

Comments

@sebbASF
Copy link
Contributor

sebbASF commented Jun 11, 2023

The GFM plugin returns all metadata items as strings.
This is in contrast to the Pelican plugins which return some items as classes.
For example, tags are return as a list of one or more Tag objects, and author(s) as a list of one or more Author objects.

This relates to #61

The plugin should use the relevant methods in the BaseReader class to populate the metadata.

@sebbASF sebbASF added the bug Something isn't working label Jun 11, 2023
sebbASF added a commit that referenced this issue Jun 16, 2023
'date' processing is now done by process_metadata

This fixes #62
@sebbASF sebbASF linked a pull request Jun 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant