Skip to content

Instantly share code, notes, and snippets.

@fellipeh
Created September 15, 2014 00:21
Show Gist options
  • Save fellipeh/798b32661d4f9fe376ef to your computer and use it in GitHub Desktop.
Save fellipeh/798b32661d4f9fe376ef to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie lt-ie9 lt-ie8 lt-ie7 paceCounter paceSocial sidebar sidebar-social footer-sticky"> <![endif]-->
<!--[if IE 7]> <html class="ie lt-ie9 lt-ie8 paceCounter paceSocial sidebar sidebar-social footer-sticky"> <![endif]-->
<!--[if IE 8]> <html class="ie lt-ie9 paceCounter paceSocial sidebar sidebar-social footer-sticky"> <![endif]-->
<!--[if gt IE 8]> <html class="ie paceCounter paceSocial sidebar sidebar-social footer-sticky"> <![endif]-->
<!--[if !IE]><!-->
<html class="paceCounter paceSocial sidebar sidebar-social footer-sticky"><!-- <![endif]-->
{% load i18n %}
{% load static %}
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
{# <link rel="stylesheet/less" type="text/css" media="all" href="{{ STATIC_URL }}assets/less/admin/module.admin.stylesheet-complete.less" />#}
<!--[if lt IE 9]><link rel="stylesheet" href="{{ STATIC_URL }}assets/components/library/bootstrap/css/bootstrap.min.css" />
<![endif]-->
<link rel="stylesheet" href="{% static "assets/css/admin/module.admin.stylesheet-complete.min.css" %} "/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment