diff --git a/templates/base.html b/templates/base.html
index a7152dcf948ecbb9c23a9b4d0089f9875a3da2be..95ceb6f88a2e94b563a9c9660ba8e62a789eed64 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,6 @@
         {% endif %}
 
         <link rel="stylesheet" href="{{ SITEURL }}/theme/css/screen.css" type="text/css" />
-        <link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" type="text/css" />
 
 
     </head>
@@ -66,5 +65,6 @@
             <div class="clear"></div>
         </div>
 {% include 'analytics.html' %}
+        <link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" type="text/css" />
     </body>
 </html>