18 lines
		
	
	
		
			651 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			651 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
	<head>
 | 
						|
		<meta charset="utf-8">
 | 
						|
		<title>{{ partial "title.txt" . }}</title>
 | 
						|
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
						|
		<link rel="canonical" href="{{ .Permalink }}">
 | 
						|
 | 
						|
		{{ range .AlternativeOutputFormats -}}
 | 
						|
			<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}" title="{{ $.Site.Title }}" />
 | 
						|
		{{ end -}}
 | 
						|
 | 
						|
		<link rel="stylesheet" href="{{ .Site.BaseURL }}css/normalize.css">
 | 
						|
		<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
 | 
						|
		<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}\img\favicon.ico" />
 | 
						|
	</head>
 | 
						|
	<body>
 |