Skip to content

Commit c06f487

Browse files
committed
set style.css before bootstrap.css
1 parent d59881c commit c06f487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/blog/templates/blog/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name='description' content="一个程序员的技术积累,包括各种各样的问题">
99
<title>低调诺的博客</title>
1010
<link rel="shortcut icon" type="image/x-icon" href="{% static 'blog/img/favicon.ico' %}" media="screen" />
11-
<link rel="stylesheet" href="{% static 'lib/css/bootstrap.min.css' %}">
1211
<link rel="stylesheet" href="{% static 'blog/css/style.css' %}">
12+
<link rel="stylesheet" href="{% static 'lib/css/bootstrap.min.css' %}">
1313
<style type="text/css">
1414
body { background: #000; margin: 0; padding:0; }
1515
canvas {position: fixed; z-index: -1}

0 commit comments

Comments
 (0)