Преглед на файлове

Moved Octicon to Unpkg CDN

Yoginth преди 7 години
родител
ревизия
6819e0d1aa
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      templates/base/head.tmpl

+ 2 - 1
templates/base/head.tmpl

@@ -3,6 +3,7 @@
 <head data-suburl="{{AppSubURL}}">
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 	
+	<link rel="dns-prefetch" href="https://cdn.gitote.in">
 	<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
 	<link rel="dns-prefetch" href="https://unpkg.com">
 	<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
@@ -17,7 +18,7 @@
 	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.AreYouSure/1.9.0/jquery.are-you-sure.min.js"></script>
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
-	<link rel="stylesheet" href="https://cdn.gitote.in/plugins/octicons/octicons.min.css">
+	<link rel="stylesheet" href="https://unpkg.com/gitote@1.3.7/plugins/octicons/octicons.min.css">
 
 	{{if .IsIPythonNotebook}}