We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59881c commit c06f487Copy full SHA for c06f487
apps/blog/templates/blog/base.html
@@ -8,8 +8,8 @@
8
<meta name='description' content="一个程序员的技术积累,包括各种各样的问题">
9
<title>低调诺的博客</title>
10
<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' %}">
12
<link rel="stylesheet" href="{% static 'blog/css/style.css' %}">
+ <link rel="stylesheet" href="{% static 'lib/css/bootstrap.min.css' %}">
13
<style type="text/css">
14
body { background: #000; margin: 0; padding:0; }
15
canvas {position: fixed; z-index: -1}
0 commit comments