phoenix-playground / phoenix_playground

Phoenix Playground makes it easy to create single-file Phoenix applications.
157 stars 8 forks source link

Add title tag to layout head #10

Open tylerbarker opened 2 days ago

tylerbarker commented 2 days ago

Hey, thanks for such a great tool!

I'm testing out a use case for this in which I'm running a11y_audit on a Phoenix component library which doesn't hold a phoenix application -- so phoenix playground is proving very helpful.

Anyway, a <head> missing a <title> tag is considered a critical a11y error according to the audit, so this is a quick fix for that.

Cheers