Skip to content

Commit 208c8e6

Browse files
committed
update
1 parent 2b59f7d commit 208c8e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

adminlteui/templates/admin/base.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,22 @@
1313
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
1414
<!-- Ionicons -->
1515
<link rel="stylesheet" href="//cdn.bootcss.com/ionicons/2.0.1/css/ionicons.min.css">
16+
{% block extrastyle %} {% endblock %}
17+
18+
{% block extrahead %} {% endblock %}
1619
<!-- Theme style -->
1720
<link rel="stylesheet" href={% static "admin/dist/css/AdminLTE.min.css" %}>
1821
<!-- AdminLTE Skins. Choose a skin from the css/skins
1922
folder instead of downloading all of them to reduce the load. -->
2023
<link rel="stylesheet" href={% static "admin/dist/css/skins/_all-skins.min.css" %}>
2124

22-
{% block extrastyle %} {% endblock %}
2325
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
2426
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
2527
<!--[if lt IE 9]>
2628
<script src="//oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
2729
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2830
<![endif]-->
2931

30-
{% block extrahead %} {% endblock %}
3132
</head>
3233
<body class="hold-transition skin-blue sidebar-mini fixed">
3334

@@ -60,7 +61,7 @@
6061
{% else %}
6162
{{ site_header }}
6263
{% endif %}
63-
<b>
64+
</b>
6465
</span>
6566
</a>
6667
<!-- Header Navbar: style can be found in header.less -->

0 commit comments

Comments
 (0)