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

Add a title to the page #19

Open
elwayman02 opened this issue May 7, 2020 · 2 comments
Open

Add a title to the page #19

elwayman02 opened this issue May 7, 2020 · 2 comments

Comments

@elwayman02
Copy link
Contributor

Recent versions of ember-cli did away with <title>Dummy Tests</title>, thankfully, but it wasn't replaced by anything either. It would be nice if field-guide ensured that the demo app had an appropriate title, either programmatically generated from the field-guide name config or at least inserted into index.html with a sane default based on the project name specified in package.json upon running the generator.

@elwayman02
Copy link
Contributor Author

I think addons can inject content into <head> thanks to {{content-for "head"}}, so there should be a way have this programmatically-derived from the env config!

@lolmaus
Copy link

lolmaus commented Jun 21, 2020

There's https://github.com/ronco/ember-cli-head , but it relies on routes.

field-guide's "effortless" approach is very opinionated and does not provide the kind of control required for ember-cli-head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants