ember-cli-head
ember-cli-head copied to clipboard
Ember Cli Addon for Adding Content to HTML Head
Just updating blueprint {{head-layout}} -> ``
The readme says: > As mentioned above you need to add the `{{head-layout}}` component once and only once in an application wide template But I'm finding that I need to...
`` should be a glimmer component
Hello. A couple of weeks ago, my team introduced a bug when we Octanified our templates by changing all instances of `this.model` to `@model`. We didn't realize until today that...
I have a problem where my app index is not prerendered, but nested routes are (served via different origins). I want to be able to have default tags in my...
Since this is used quite a bit in the FastBoot world, maybe we could move this repo over into the `ember-fastboot` org. @ronco - What do you think? If that...
So this is a bit of tricky one, and I'm not sure if it's this add or `ember-page-title` causing it. Basically, under a _very specific_ set of circumstances, a rendering...
In the browser I'd do something like: ```js export default function htmlDecode(input) { let doc = new DOMParser().parseFromString(input, 'text/html'); return doc.documentElement.textContent; } ``` and escape the opengraph text, but the...
Ran into some headaches today with debugging metadata with Twitter Cards and LinkedIn Posts while using ember-cli-head and fastboot. Figured I'd add a section to the README so others can...
Because this is an 'extension of ember' kind of addon (often used without being explicitly imported), consumers will need to do **one of two things** in order to take advantage...