Skip to content

Instantly share code, notes, and snippets.

@FinalAngel
Created November 23, 2016 14:13
Show Gist options
  • Save FinalAngel/fc6733a197d7fb5d5c7b79425642de11 to your computer and use it in GitHub Desktop.
Save FinalAngel/fc6733a197d7fb5d5c7b79425642de11 to your computer and use it in GitHub Desktop.
<head>
...
<!-- 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>
<!-- django CMS Toolbar -->
{% cms_toolbar %}
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
...
<!-- 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