|
22 | 22 | <meta name="description" content=""> |
23 | 23 | <meta name="author" content="druid"> |
24 | 24 |
|
25 | | -<title>Druid | {{page.title}}</title> |
| 25 | +<title>Druid | {{page.title}}</title> |
| 26 | +<link rel="alternate" type="application/atom+xml" href="/feed"> |
| 27 | +<link rel="shortcut icon" href="/img/favicon.png"> |
26 | 28 |
|
27 | | -<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
| 29 | +<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> |
28 | 30 |
|
29 | | -<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'> |
30 | | -<link rel="alternate" type="application/atom+xml" href="http://druid.io/feed"> |
| 31 | +<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'> |
31 | 32 |
|
32 | | -<link rel="stylesheet" href="//druid.io/css/main.css"> |
33 | | -<link rel="stylesheet" href="//druid.io/css/header.css"> |
34 | | -<link rel="stylesheet" href="//druid.io/css/footer.css"> |
35 | | -<link rel="stylesheet" href="//druid.io/css/syntax.css"> |
36 | | -<link rel="stylesheet" href="//druid.io/css/docs.css"> |
| 33 | +<link rel="stylesheet" href="/css/bootstrap-pure.css?v=1.0"> |
| 34 | +<link rel="stylesheet" href="/css/main.css?v=1.0"> |
| 35 | +<link rel="stylesheet" href="/css/header.css?v=1.0"> |
| 36 | +<link rel="stylesheet" href="/css/footer.css?v=1.0"> |
| 37 | +<link rel="stylesheet" href="/css/syntax.css?v=1.0"> |
| 38 | +<link rel="stylesheet" href="/css/docs.css?v=1.0"> |
| 39 | + |
| 40 | +<script> |
| 41 | + (function() { |
| 42 | + var cx = '000162378814775985090:molvbm0vggm'; |
| 43 | + var gcse = document.createElement('script'); |
| 44 | + gcse.type = 'text/javascript'; |
| 45 | + gcse.async = true; |
| 46 | + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + |
| 47 | + '//cse.google.com/cse.js?cx=' + cx; |
| 48 | + var s = document.getElementsByTagName('script')[0]; |
| 49 | + s.parentNode.insertBefore(gcse, s); |
| 50 | + })(); |
| 51 | +</script> |
0 commit comments