ember-cli-meta-tags icon indicating copy to clipboard operation
ember-cli-meta-tags copied to clipboard

Support for content-for

Open martinbottanek opened this issue 9 years ago • 1 comments

It would be great if we could push meta tags to a {{content-for 'meta'}} helper, not just append them at the bottom of head

martinbottanek avatar Jul 13 '15 16:07 martinbottanek

Thanks for the issue @martinbottanek. I have been thinking about how content-for support could work in with this. Out of curiosity what's your use case for targeting a specific location in the head tag?

With this is we could bring in support for static meta tags that ember-cli would add when constructing index.html. Then continue to dynamically set additional tags on transitions.

ronco avatar Jul 13 '15 16:07 ronco