42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE HTML>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<html lang='{{ .Site.Language.Lang | default "en-us" }}'>
							 | 
						||
| 
								 | 
							
									<head>
							 | 
						||
| 
								 | 
							
										<title>{{ if eq (.Site.Title) (.Title) }}{{ .Site.Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title>
							 | 
						||
| 
								 | 
							
										<meta charset="utf-8" />
							 | 
						||
| 
								 | 
							
										<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<meta name="author" content="Neil Brommer">
							 | 
						||
| 
								 | 
							
										<link rel="icon" href="/favicon.ico">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- theme colors -->
							 | 
						||
| 
								 | 
							
										<!-- Chrome, Firefox OS and Opera -->
							 | 
						||
| 
								 | 
							
										<meta name="theme-color" content="#3f51b5">
							 | 
						||
| 
								 | 
							
										<!-- Windows Phone -->
							 | 
						||
| 
								 | 
							
										<meta name="msapplication-navbutton-color" content="#3f51b5">
							 | 
						||
| 
								 | 
							
										<!-- iOS -->
							 | 
						||
| 
								 | 
							
										<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Bootstrap -->
							 | 
						||
| 
								 | 
							
										<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- font awesome -->
							 | 
						||
| 
								 | 
							
										<script defer src="/lib/fontawesome/svg-with-js/js/fa-brands.js"></script>
							 | 
						||
| 
								 | 
							
										<script defer src="/lib/fontawesome/svg-with-js/js/fa-regular.js"></script>
							 | 
						||
| 
								 | 
							
										<script defer src="/lib/fontawesome/svg-with-js/js/fa-solid.js"></script>
							 | 
						||
| 
								 | 
							
										<script src="/lib/fontawesome/svg-with-js/js/fontawesome.js"></script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Custom styles for this site -->
							 | 
						||
| 
								 | 
							
										<link href="/css/main.css" rel="stylesheet">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Bootstrap core JavaScript -->
							 | 
						||
| 
								 | 
							
										<script src="/lib/jquery/jquery-3.2.1.js"></script>
							 | 
						||
| 
								 | 
							
										<script src="/lib/popper/popper.js"></script>
							 | 
						||
| 
								 | 
							
										<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- Custom JS -->
							 | 
						||
| 
								 | 
							
										<script src="/js/main.js"></script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										{{ template "_internal/google_analytics_async.html" . }}
							 |