Skip to content

Instantly share code, notes, and snippets.

@christianbertschy
Last active November 23, 2016 10:35
Show Gist options
  • Save christianbertschy/6f83908cf9cebc38d53b895a36bc373d to your computer and use it in GitHub Desktop.
Save christianbertschy/6f83908cf9cebc38d53b895a36bc373d to your computer and use it in GitHub Desktop.
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- django CMS -->
{% render_block "css" %}
<!-- Divio Cloud -->
{{ ALDRYN_SNAKE.render_head }}
</head>
<body>
...
<!-- Theme JavaScript -->
<script src="{% static 'js/clean-blog.min.js' %}"></script>
<!-- django CMS -->
{% render_block "js" %}
<!-- Divio Cloud -->
{{ ALDRYN_SNAKE.render_tail }}
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment