sitebricks
sitebricks copied to clipboard
The html code like <!--[if lt IE 9]> is not renderable?
I have some html template code like this:
<!--[if lt IE 9]>
<script src="/assets/js/ie/html5.js"></script>
<script src="/assets/js/ie/respond.min.js"></script>
<![endif]-->
These codes is removed by SB. Is it right?
something like following:
- create a html template for layout decorator (such as called Layout.html);
- add the code like above to the deocorator html file (Layout.html);
- view the rendered decorated page like Home.html, and the code like above mentioned has been removed like other commented code.