You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
| <head>
 | |
|   <link href="http://gmpg.org/xfn/11" rel="profile">
 | |
|   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|   <meta http-equiv="content-type" content="text/html; charset=utf-8">
 | |
| 
 | |
|   <!-- Enable responsiveness on mobile devices-->
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
 | |
| 
 | |
|   <title>
 | |
|     {% if page.title == "Home" %}
 | |
|       {{ site.title }} · {{ site.tagline }}
 | |
|     {% else %}
 | |
|       {{ page.title }} · {{ site.title }}
 | |
|     {% endif %}
 | |
|   </title>
 | |
| 
 | |
|   <!-- CSS -->
 | |
|   <link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
 | |
|   <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
 | |
|   <link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css">
 | |
|   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 | |
| 
 | |
|   <!-- Icons -->
 | |
| <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
 | |
| <link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}public/apple-touch-icon.png">
 | |
| <link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}public/favicon-32x32.png">
 | |
| <link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}public/favicon-16x16.png">
 | |
| <link rel="icon" type="image/png" sizes="192x192" href="{{ site.baseurl }}public/android-chrome-192x192.png">
 | |
| <link rel="icon" type="image/png" sizes="512x512" href="{{ site.baseurl }}public/android-chrome-512x512.png">
 | |
| <link rel="manifest" href="{{ site.baseurl }}public/site.webmanifest">
 | |
|   <!-- RSS -->
 | |
|   <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
 | |
| </head>
 |