mirror of
				https://github.com/Clortox/tylerperkins.xyz.git
				synced 2025-07-17 14:42:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			924 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			924 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
    <link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
 | 
						|
    <link rel="stylesheet" href="{{ "css/header.css" | relURL }}">
 | 
						|
    <link rel="stylesheet" href="{{ "css/footer.css" | relURL }}">
 | 
						|
 | 
						|
    <link rel="stylesheet" href="{{ "css/background.css" | relURL }}">
 | 
						|
    <script src="{{ "js/script.js" | relURL }}"></script>
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <script async src="https://ackee.clortox.com/tracker.js" data-ackee-server="https://ackee.clortox.com" data-ackee-domain-id="8e41f517-df44-41cb-970d-208872712ed6"></script>
 | 
						|
    {{ range .AlternativeOutputFormats -}}
 | 
						|
        {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
 | 
						|
    {{ end -}}
 | 
						|
    {{ if .Param "math" }}
 | 
						|
        {{ partialCached "math.html" . }}
 | 
						|
    {{ end }}
 | 
						|
 
 | 
						|
 | 
						|
    <title>Tylers Perkins - Software Engineer</title>
 | 
						|
</head>
 |