13 lines
		
	
	
		
			452 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			452 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <meta charset="utf-8">
 | |
| <!-- <meta name="viewport" content="width=device-width"> -->
 | |
| <meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
 | |
| {{- partial "opengraph" . }}
 | |
| {{- partialCached "favicon" . }}
 | |
| {{- partialCached "styles" . }}
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |