Skip to content

Commit 41b921c

Browse files
committed
Remove HTML Comments from head template.
Normal HTML comments are included in the DOM when rendered, but Handlebars style comments are not. In general, we probably do not want folks inspecting the source to see these comments and switching them to Handlebars comments fixes that.
1 parent 6411da7 commit 41b921c

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)