-
Notifications
You must be signed in to change notification settings - Fork 336
Ability to add more meta tags e.g. for seo #312
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
Conversation
Codecov Report
All modified and coverable lines are covered by tests ✅
📢 Thoughts on this report? Let us know!
@shroominic would it make sense to pass in the meta_extra parameters to fastui as a dictionary or pydantic model, rather than raw html?
hasansezertasan
commented
May 16, 2024
@shroominic would it make sense to pass in the meta_extra parameters to fastui as a dictionary or pydantic model, rather than raw html?
I totally agree, this (micro-syntax) doesn't look good.
shroominic
commented
May 16, 2024
@shroominic would it make sense to pass in the meta_extra parameters to fastui as a dictionary or pydantic model, rather than raw html?
good idea i fixed this now!
sydney-runkle
commented
May 30, 2024
In principle, I'm ok with this change, but perhaps we should just add extra arguments to the prebuilt_html function so that we can add type hints for the extra metadata? At least for common meta things like description. Then perhaps we could also have one final argument with extra data for the meta_str...
Uh oh!
There was an error while loading. Please reload this page.
example usage:
*edit: now passed as dict