|
@@ -10,12 +10,13 @@
|
10
|
10
|
<link rel="shortcut icon" href="img/favicon.ico">
|
11
|
11
|
<link rel="alternate" type="application/rss+xml" title="Blog" href="rss.xml">
|
12
|
12
|
<link type="text/css" rel="stylesheet" href="css/sh_bright.min.css" />
|
13
|
|
- <link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="screen" />
|
|
13
|
+ <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="screen" />
|
|
14
|
+ <link rel="stylesheet" href="css/bootstrap-responsive.min.css" type="text/css" media="screen" />
|
14
|
15
|
<link rel="stylesheet" href="css/gh-fork-ribbon.css" />
|
15
|
16
|
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
|
16
|
17
|
<script type="text/javascript" src="js/sh_main.js"></script>
|
17
|
18
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
|
18
|
|
- <script type="text/javascript" src="js/bootstrap.js"></script>
|
|
19
|
+ <script type="text/javascript" src="js/bootstrap.min.js"></script>
|
19
|
20
|
<!--%
|
20
|
21
|
if page.get("flattr", "false") == "true":
|
21
|
22
|
print "<script type='text/javascript'>"
|