2.0.8 • Published 6 years ago

ember-cli-inject-head v2.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Ember Observer Score Build Status Coverage Status NPM Version NPM Downloads Dependency Status DevDependency Status Greenkeeper

ember-cli-inject-head

A way to inject all meta tags and extra scripts into head tags that can be preprocessed with handlebars

Installation

ember install ember-cli-inject-head

Usage

Options

"inject-head": {
	"template": "app/templates/head.hbs",
	"context": {
		"title": "Example Title",
		"description": "Example Description"
	}
}

Sample Template

<meta charset="utf-8">
<title name="title">{{title}}</title>
<meta name="description" content="{{description}}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

2.0.8

6 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago