2.0.8 • Published 5 years ago

ember-cli-inject-head v2.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.5.0

9 years ago