Skip to content

Commit 80bcda5

Browse files
committed
Merge pull request #6 from rwjblue/patch-2
Remove HTML Comments from head template.
2 parents 6411da7 + 41b921c commit 80bcda5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • blueprints/ember-cli-head/files/__root__/templates
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<!-- `app/templates/head.hbs` -->
2-
<!-- Add content you wish automatically added to the documents head -->
3-
<!-- here. The 'model' available in this template can be populated by -->
4-
<!-- setting values on the 'head-data' service. -->
1+
{{!--
2+
Add content you wish automatically added to the documents head
3+
here. The 'model' available in this template can be populated by
4+
setting values on the 'head-data' service.
5+
--}}

0 commit comments

Comments
 (0)