20 lines
		
	
	
		
			986 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			986 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE HTML>
 | ||
| <html lang="en-US">
 | ||
| <head>
 | ||
|   <meta charset="UTF-8">
 | ||
|   <meta name="viewport" content="width=device-width,initial-scale=1">
 | ||
|   {% feed_meta %}
 | ||
|   <link type="application/atom+xml" rel="alternate" href="{{ "/feed/release.xml" | relative_url }}" title="Jekyll releases posts" />
 | ||
|   <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.repository }}/commits/master.atom">
 | ||
|   <link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin />
 | ||
|   <link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin />
 | ||
|   <link rel="preload" href="{{ "/css/screen.css" | relative_url }}" as="style">
 | ||
|   <link rel="stylesheet" href="/css/screen.css">
 | ||
|   <link rel="icon" type="image/x-icon" href="/favicon.ico">
 | ||
|   {% seo %}
 | ||
|   <!--[if lt IE 9]>
 | ||
|   <script src="/js/html5shiv.min.js"></script>
 | ||
|   <script src="/js/respond.min.js"></script>
 | ||
|   <![endif]-->
 | ||
| </head>
 |