You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/routes/index.js
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@ import Ember from 'ember';
2
2
importajaxfrom'ic-ajax';
3
3
4
4
exportdefaultEmber.Route.extend({
5
+
headTags: [
6
+
{
7
+
type: 'meta',
8
+
tagId: 'meta-description-tag',
9
+
attrs: {
10
+
name: 'description',
11
+
content: 'Cargo.io: The Rust community’s crate host. Instantly publish your crates and install them. Use the API to interact and find out more information about available crates. Become a contributor and enhance the site with your work.'
0 commit comments