From a3325daaeb64428299e3ee2ea7b6dc559d478956 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Apr 2018 22:32:33 +0300 Subject: [PATCH] Non blocking Pygments CSS loading. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index a7152dc..95ceb6f 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> -- GitLab