|  | @@ -11,9 +11,9 @@
 | 
	
		
			
			| 11 | 11 |    <title> {{ .Title }} · {{ .Site.Title }} </title>
 | 
	
		
			
			| 12 | 12 |  
 | 
	
		
			
			| 13 | 13 |    <!-- CSS -->
 | 
	
		
			
			| 14 |  | -  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/poole.css">
 | 
	
		
			
			| 15 |  | -  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/syntax.css">
 | 
	
		
			
			| 16 |  | -  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hyde.css">
 | 
	
		
			
			|  | 14 | +  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
 | 
	
		
			
			|  | 15 | +  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
 | 
	
		
			
			|  | 16 | +  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
 | 
	
		
			
			| 17 | 17 |    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 | 
	
		
			
			| 18 | 18 |  
 | 
	
		
			
			| 19 | 19 |    <!-- Icons -->
 |